Module: Specific::Renderer::Base::ClassMethods
- Defined in:
- lib/specific/renderer.rb
Instance Method Summary collapse
Instance Method Details
#types(*types) ⇒ Object
24 25 26 27 |
# File 'lib/specific/renderer.rb', line 24 def types(*types) @types = types unless types.empty? @types || [] end |