# File lib/more/facets/reference.rb, line 56
  def method_missing(*args, &block)
    @ref.__send__(*args, &block)
  end