Method: Bashly::Script::Command#function_name
- Defined in:
- lib/bashly/script/command.rb
#function_name ⇒ Object
Returns a unique name, suitable to be used in a bash function
67 68 69 |
# File 'lib/bashly/script/command.rb', line 67 def function_name ['function'] || full_name.to_underscore end |