method

[]

[](type)
public

No documentation available.

# File actionview/lib/action_view/template/types.rb, line 17
        def self.[](type)
          return type if type.is_a?(self)

          if type.is_a?(Symbol) || types.member?(type.to_s)
            new(type)
          end
        end