Class: HappySystem::AxoPanel
- Inherits:
-
Liza::Panel
- Object
- Liza::Unit
- Liza::Panel
- HappySystem::AxoPanel
- Defined in:
- lib/happy_system/sub/axo/axo_panel.rb
Instance Attribute Summary
Attributes inherited from Liza::Panel
Instance Method Summary collapse
Methods inherited from Liza::Panel
box, #box, color, #controller, controller, division, #division, #initialize, #push, #short, #started, subsystem, #subsystem, token
Methods inherited from Liza::Unit
const_missing, division, part, system, #system, test_class
Constructor Details
This class inherits a constructor from Liza::Panel
Instance Method Details
#call(env) ⇒ Object
3 4 5 6 7 |
# File 'lib/happy_system/sub/axo/axo_panel.rb', line 3 def call(env) log :low, "env.count is #{env.count}" env[:args] = Array env[:args][1..-1] env[:axo].call env end |