# File lib/html.rb, line 99
  def method_missing meth, *a
    @binding.member?(meth) ? @binding[meth] : super
  end