module ActionView::Template::Types
Attributes
Public Class Methods
Source
# File lib/action_view/template/types.rb, line 47 def [](type) type_klass[type] end
Source
# File lib/action_view/template/types.rb, line 43 def delegate_to(klass) self.type_klass = klass end
Source
# File lib/action_view/template/types.rb, line 51 def symbols type_klass::SET.symbols end