Namespace
Methods
#
D
S
Class Public methods
[](type)
# File actionview/lib/action_view/template/types.rb, line 48
def self.[](type)
  type_klass[type]
end
delegate_to(klass)
# File actionview/lib/action_view/template/types.rb, line 42
def self.delegate_to(klass)
  self.type_klass = klass
end
symbols()
# File actionview/lib/action_view/template/types.rb, line 52
def self.symbols
  type_klass::SET.symbols
end