Method: Jets::CLI#meth
- Defined in:
- lib/jets/cli.rb
#meth ⇒ Object
104 105 106 107 108 109 110 111 112 |
# File 'lib/jets/cli.rb', line 104 def meth return nil unless full_command if full_command.include?(':') full_command.split(':').pop else full_command end end |