Skip to content

Instantly share code, notes, and snippets.

@havenwood
Created April 1, 2020 05:39
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 havenwood/63be076960792288a3b5fb318f251f3e to your computer and use it in GitHub Desktop.
Save havenwood/63be076960792288a3b5fb318f251f3e to your computer and use it in GitHub Desktop.
class TranslationLibrary < Module
def initialize(opts)
@opts = opts
end
end
included do
extend TranslationLibrary.new(opts)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment