class RGen::Util::PatternMatcher::Lazy
Public Class Methods
new(&block)
click to toggle source
# File lib/rgen/util/pattern_matcher.rb, line 63 def initialize(&block) @block = block end
Public Instance Methods
_eval()
click to toggle source
# File lib/rgen/util/pattern_matcher.rb, line 66 def _eval @block.call end