# File lib/rgen/util/pattern_matcher.rb, line 112 def _bind(value) @value = value @bound = true end
# File lib/rgen/util/pattern_matcher.rb, line 106 def _bound? @bound end
# File lib/rgen/util/pattern_matcher.rb, line 109 def _many? @many end
# File lib/rgen/util/pattern_matcher.rb, line 116 def _value @value end
pretend this is an enumerable which contains itself, so the bindable can be inserted into many-features, when this is done the bindable is marked as a many-bindable
# File lib/rgen/util/pattern_matcher.rb, line 124 def each @many = true yield(self) end
Generated with the Darkfish Rdoc Generator 2.