instance method
write
Ruby on Rails 2.8.2
Since v1.9.3 Last seen in v2.11.0 PrivateSignature
write(*commands)
No documentation comment.
Parameters
-
commandsrest
Source
# File lib/kamal/commands/base.rb, line 63
def write(*commands)
combine *commands, by: ">"
end
Defined in lib/kamal/commands/base.rb line 63
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Kamal::Commands::Base