Module: Lab42::Meta
Instance Method Summary collapse
Instance Method Details
#Behavior(*args, &blk) ⇒ Object
3 4 5 6 |
# File 'lib/lab42/core/meta.rb', line 3 def Behavior *args, &blk return blk if blk determine_behavior_from args end |