Method: Faker::Music::Opera.schubert

Defined in:
lib/faker/music/opera.rb

.schubertString

Produces the title of an opera by Franz Schubert.

Examples:

Faker::Music::Opera.schubert #=> "Alfonso und Estrella"

Returns:

  • (String)

Available since:

  • next



214
215
216
# File 'lib/faker/music/opera.rb', line 214

def schubert
  fetch('opera.german.by_franz_schubert')
end