# File lib/ramaze/helper/gestalt.rb, line 41 def method_missing(sym, *args, &block) @gestalt ||= gestalt @gestalt.send(sym, *args, &block) end