Module: ROM::Files::Plugins::Schema::Shebang::DSL Private
- Defined in:
- lib/rom/files/plugins/schema/shebang.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
-
#shebang(name = NAME, inline = TYPE, type: inline) ⇒ Object
Sets non-default shebang attribute.
Instance Method Details
#shebang(name = NAME, inline = TYPE, type: inline) ⇒ Object
Sets non-default shebang attribute
67 68 69 70 71 72 73 |
# File 'lib/rom/files/plugins/schema/shebang.rb', line 67 def shebang(name = NAME, inline = TYPE, type: inline) = (:shebang) [:name] = name [:type] = type self end |