class Integer
Public Instance Methods
to_sasin()
click to toggle source
# File lib/sasin/monkey_patches/integer.rb, line 5 def to_sasin Sasin::Converter.convert(self) end
# File lib/sasin/monkey_patches/integer.rb, line 5 def to_sasin Sasin::Converter.convert(self) end