Class: MDT::CommandModifiers::Base
- Inherits:
-
Object
- Object
- MDT::CommandModifiers::Base
- Includes:
- Extensible
- Defined in:
- lib/mdt/command_modifiers/base.rb
Instance Method Summary collapse
Methods included from Extensible
Instance Method Details
#prepend(key, command, options = {}) ⇒ Object
9 10 11 |
# File 'lib/mdt/command_modifiers/base.rb', line 9 def prepend(key, command, = {}) raise MDT::Errors::OverrideNeeded.new('prepend') end |