# File test/src/scratch.rb, line 29
  def method_missing n
    puts "missing #{n}"
  end