instance method
capture_with_debug
Ruby on Rails 2.3.0
Since v1.9.3 Last seen in v2.11.0Signature
capture_with_debug(*args, **kwargs)
No documentation comment.
Parameters
-
argsrest -
kwargskeyrest
Source
# File lib/kamal/sshkit_with_ext.rb, line 13
def capture_with_debug(*args, **kwargs)
capture(*args, **kwargs, verbosity: Logger::DEBUG)
end
Defined in lib/kamal/sshkit_with_ext.rb line 13
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in SSHKit::Backend::Abstract