Class: Localize::MissString

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

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(name, *params) ⇒ Object



149
150
151
# File 'lib/localize.rb', line 149

def method_missing(name, *params)
  self << '.' + name.to_s
end