Method: Convoy::Formatter::Command#script_name
- Defined in:
- lib/convoy/formatter/command.rb
#script_name ⇒ Object
36 37 38 |
# File 'lib/convoy/formatter/command.rb', line 36 def script_name [canonical_script_name, context].flatten.join(" ") end |