class Faker::Source
def hello_world(lang: :ruby)
-
(String)
-
Parameters:
-
lang
(Symbol
) -- The programming language to use
def hello_world(lang: :ruby) fetch("source.hello_world.#{lang}") end
(String)
-
lang
(Symbol
)
-- The programming language to use
def hello_world(lang: :ruby) fetch("source.hello_world.#{lang}") end