Method: QuickFaker#method_missing
- Defined in:
- lib/quick_faker.rb
#method_missing(method_name, *args) ⇒ Object (private)
109 110 111 |
# File 'lib/quick_faker.rb', line 109 def method_missing(method_name, *args) lookup(method_name, *args) end |