# File lib/rgen/util/pattern_matcher.rb, line 128
    def method_missing(m, *args)
      raise "bindable not bound" unless _bound?
      @value.send(m, *args)
    end