Method: PUNK::Command.spec
- Defined in:
- lib/punk/framework/command.rb
.spec(scope) ⇒ Object
47 48 49 50 51 |
# File 'lib/punk/framework/command.rb', line 47 def self.spec(scope) PUNK.store.commands.each_value do |command| command.send(:_spec, scope) end end |