class NilClass
Public Instance Methods
to_j(type = :positional)
click to toggle source
# File lib/yen.rb, line 9 def to_j(type = :positional) 0.to_j(type) end
to_yen(type = :positional)
click to toggle source
# File lib/yen.rb, line 5 def to_yen(type = :positional) 0.to_yen(type) end