Module: Para::Component::Exportable
Instance Method Summary collapse
Instance Method Details
#exportable? ⇒ Boolean
18 19 20 |
# File 'lib/para/component/exportable.rb', line 18 def exportable? @exportable ||= exporters.length > 0 end |