class Object

Public Instance Methods

to_de(label = nil, options = {}) click to toggle source
# File lib/nil_class.rb, line 7
def to_de(label = nil, options = {})
  "unbekannt"
end
to_euro(label = nil, options = {}) click to toggle source
# File lib/nil_class.rb, line 3
def to_euro(label = nil, options = {})
  "unbekannt"
end