# File lib/hashie/rash.rb, line 127 def method_missing(*args, &block) @hash.send(*args, &block) || super end