Method: HyperAdmin::DSL::Parser#parse
- Defined in:
- lib/hyper_admin/dsl/parser.rb
#parse(&block) ⇒ Object
10 11 12 13 14 15 16 |
# File 'lib/hyper_admin/dsl/parser.rb', line 10 def parse(&block) return unless block_given? instance_exec(&block) @config end |