Module: Textus::CLI::DeprecatedAliasMixin::ClassMethods
- Defined in:
- lib/textus/cli/deprecated_alias.rb
Instance Method Summary collapse
Instance Method Details
#deprecated_name ⇒ Object
9 10 11 |
# File 'lib/textus/cli/deprecated_alias.rb', line 9 def deprecated_name raise NotImplementedError.new("#{self}.deprecated_name must be defined") end |
#replacement_path ⇒ Object
13 14 15 |
# File 'lib/textus/cli/deprecated_alias.rb', line 13 def replacement_path raise NotImplementedError.new("#{self}.replacement_path must be defined") end |