Module: Lono::Configset::Register::Dsl
- Included in:
- Base
- Defined in:
- lib/lono/configset/register/dsl.rb
Instance Method Summary collapse
Instance Method Details
#configset(*args, **options) ⇒ Object
3 4 5 6 7 |
# File 'lib/lono/configset/register/dsl.rb', line 3 def configset(*args, **) registry = Lono::Jade::Registry.register_configset(args, ) self.class.append(registry) store_for_validation(registry) end |