Method: Hanami::Slice::ClassMethods#export
- Defined in:
- lib/hanami/slice.rb
#export(keys) ⇒ self
Specifies the components to export from the slice.
Slices importing from this slice can import the specified components only.
664 665 666 667 |
# File 'lib/hanami/slice.rb', line 664 def export(keys) container.config.exports = keys self end |