Class: ActionView::Template::Types
- Inherits:
-
Object
- Object
- ActionView::Template::Types
- Defined in:
- lib/action_view/template/types.rb
Defined Under Namespace
Classes: Type
Class Method Summary collapse
Class Method Details
.[](type) ⇒ Object
48 49 50 |
# File 'lib/action_view/template/types.rb', line 48 def self.[](type) type_klass[type] end |
.delegate_to(klass) ⇒ Object
42 43 44 |
# File 'lib/action_view/template/types.rb', line 42 def self.delegate_to(klass) self.type_klass = klass end |
.symbols ⇒ Object
52 53 54 |
# File 'lib/action_view/template/types.rb', line 52 def self.symbols type_klass::SET.symbols end |