Class: Numeric

Inherits:
Object
  • Object
show all
Defined in:
lib/other.rb

Instance Method Summary collapse

Instance Method Details

#from_orientObject



208
209
210
# File 'lib/other.rb', line 208

def from_orient
  self
end

#to_aObject



220
221
222
# File 'lib/other.rb', line 220

def to_a
  [ self ]
end

#to_orObject



216
217
218
# File 'lib/other.rb', line 216

def to_or
 "#{self.to_s}"
end

#to_orientObject



212
213
214
# File 'lib/other.rb', line 212

def to_orient
  self
end