Class: Proc

Inherits:
Object show all
Defined in:
lib/lab42/core/behavior/proc_behavior.rb

Overview

class ProcBehavior

Instance Method Summary collapse

Instance Method Details

#to_behaviorObject



18
19
20
# File 'lib/lab42/core/behavior/proc_behavior.rb', line 18

def to_behavior
  Lab42::Behavior::ProcBehavior.new self
end