Module: Primer::ExperimentalRenderHelpers
- Included in:
- Component
- Defined in:
- app/lib/primer/experimental_render_helpers.rb
Overview
:nodoc:
Defined Under Namespace
Modules: InstanceMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
6 7 8 |
# File 'app/lib/primer/experimental_render_helpers.rb', line 6 def self.included(base) base.include(InstanceMethods) end |