Method: Thor.basename
- Defined in:
- lib/patches/thor.rb
.basename ⇒ Object
Fix for github.com/rails/thor/issues/742
23 24 25 |
# File 'lib/patches/thor.rb', line 23 def self.basename @package_name || super end |
Fix for github.com/rails/thor/issues/742
23 24 25 |
# File 'lib/patches/thor.rb', line 23 def self.basename @package_name || super end |