Module: Bridgetown::Refinements::Helper
- Defined in:
- 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 'lib/bridgetown-foundation.rb', line 41 def refine(*obj) = Bridgetown.refine(*obj) |