Source: show | on GitHub
# File actionpack/lib/action_view/template/types.rb, line 52 def self.[](type) type_klass[type] end
# File actionpack/lib/action_view/template/types.rb, line 46 def self.delegate_to(klass) self.type_klass = klass end