class Faker::Source
def hello_world(legacy_lang = NOT_GIVEN, lang: :ruby)
-
(String)
-
Parameters:
-
lang
(Symbol
) -- The programming language to use
def hello_world(legacy_lang = NOT_GIVEN, lang: :ruby) warn_for_deprecated_arguments do |keywords| keywords << :lang if legacy_lang != NOT_GIVEN end fetch("source.hello_world.#{lang}") end