Module: Bridgetown::Refinements::Helper
- Included in:
- Configuration::ConfigurationDSL, Bridgetown::RubyTemplateView::Helpers, Roda::RodaPlugins::BridgetownServer::InstanceMethods
- Defined in:
- bridgetown-foundation/lib/bridgetown-foundation.rb
Overview
Include this mixin to access helper
method which delegates to Bridgetown.refine
Instance Method Summary collapse
Instance Method Details
#refine(*obj) ⇒ Object
41 |
# File 'bridgetown-foundation/lib/bridgetown-foundation.rb', line 41 def refine(*obj) = Bridgetown.refine(*obj) |