Class: Green::Proxy
Instance Attribute Summary collapse
-
#f ⇒ Object
readonly
Returns the value of attribute f.
Instance Method Summary collapse
- #alive? ⇒ Boolean
-
#initialize ⇒ Proxy
constructor
A new instance of Proxy.
Methods included from GreenMethods
#[], #[]=, #kill, #locals, #schedule, #switch, #throw
Constructor Details
Instance Attribute Details
#f ⇒ Object (readonly)
Returns the value of attribute f.
47 48 49 |
# File 'lib/green.rb', line 47 def f @f end |
Instance Method Details
#alive? ⇒ Boolean
52 53 54 |
# File 'lib/green.rb', line 52 def alive? f.alive? end |