Module: Lytix
- Defined in:
- lib/lytix.rb,
lib/lytix/account.rb,
lib/lytix/snippet.rb,
lib/lytix/method_list.rb,
lib/lytix/configuration.rb,
lib/lytix/controller_methods.rb
Defined Under Namespace
Modules: Configuration, ControllerMethods Classes: Account, MethodList, Snippet
Class Method Summary collapse
Class Method Details
.configure(&block) ⇒ Object
4 5 6 |
# File 'lib/lytix.rb', line 4 def self.configure(&block) block.bind(Configuration).call end |