Module: Lab42::Meta

Extended by:
Meta
Included in:
Meta
Defined in:
lib/lab42/core/meta.rb

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