module ActionView::Template::Types

Attributes

type_klass[RW]

Public Class Methods

[](type) click to toggle source
# File lib/action_view/template/types.rb, line 46
def [](type)
  type_klass[type]
end
delegate_to(klass) click to toggle source
# File lib/action_view/template/types.rb, line 42
def delegate_to(klass)
  self.type_klass = klass
end
symbols() click to toggle source
# File lib/action_view/template/types.rb, line 50
def symbols
  type_klass::SET.symbols
end