class Faker::Source

Public Class Methods

hello_world(lang = :ruby) click to toggle source
# File lib/faker/source.rb, line 4
def hello_world(lang = :ruby)
  fetch("source.hello_world.#{lang}")
end
print(str: 'some string', lang: :ruby) click to toggle source
print_1_to_10(lang = :ruby) click to toggle source