Skip to content

Instantly share code, notes, and snippets.

@DanyF-github
Created February 16, 2021 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanyF-github/6f3ee3d6520c9e7aec9f3a9de2d9d635 to your computer and use it in GitHub Desktop.
Save DanyF-github/6f3ee3d6520c9e7aec9f3a9de2d9d635 to your computer and use it in GitHub Desktop.
>> repository = LanguageRepository.new
>> repository.create(language: 'English', code: 'en-US')
>> repository.create(language: 'Danish', code: 'da-DK')
>> repository.create(language: 'Tamil', code: 'ta-IN')
>> exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment