module Para::Component::Exportable

Public Instance Methods

exportable?() click to toggle source
# File lib/para/component/exportable.rb, line 18
def exportable?
  @exportable ||= exporters.length > 0
end