Skip to content

Instantly share code, notes, and snippets.

@0x5d
Created August 24, 2015 20:07
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 0x5d/408e12fcbcb94a00c378 to your computer and use it in GitHub Desktop.
Save 0x5d/408e12fcbcb94a00c378 to your computer and use it in GitHub Desktop.
A gist to show how a block configuration can be used.
require 'awesome_gem'
AwesomeGem.configure do |config|
config.do_magic = true
config.awesome_string = 'The most awesomest string.'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment