method
new
v4.2.9 -
Show latest stable
- Class:
ActionView::Template::Types::Type
new(symbol)public
No documentation available.
# File actionview/lib/action_view/template/types.rb, line 27
def initialize(symbol)
@symbol = symbol.to_sym
end