class Fixnum
Public Instance Methods
ord()
click to toggle source
# File lib/thrift/core_ext/fixnum.rb 25 def ord 26 self 27 end
# File lib/thrift/core_ext/fixnum.rb 25 def ord 26 self 27 end