Class: FakeFaker::Source
- Inherits:
-
Object
- Object
- FakeFaker::Source
- Defined in:
- lib/fake_faker/source.rb
Class Method Summary collapse
Class Method Details
.hello_world(lang = nil) ⇒ Object
4 5 6 |
# File 'lib/fake_faker/source.rb', line 4 def hello_world(lang = nil) ::Faker::Source.hello_world(lang: lang) end |
.print_1_to_10(lang = nil) ⇒ Object
8 9 10 |
# File 'lib/fake_faker/source.rb', line 8 def print_1_to_10(lang = nil) ::Faker::Source.print_1_to_10(lang: lang) end |