# File lib/ramaze/gestalt.rb, line 146
    def tag(name, *args, &block)
      _gestalt_call_tag(name.to_s, args, &block)
    end