Class: Spoom::Source::Edit Abstract
- Inherits:
-
Object
- Object
- Spoom::Source::Edit
- Defined in:
- lib/spoom/source/rewriter.rb
Overview
This class is abstract.
Instance Method Summary collapse
-
#apply(bytes) ⇒ Object
abstract
: (Array) -> void.
-
#range ⇒ Object
abstract
: -> [Integer, Integer].
Instance Method Details
#apply(bytes) ⇒ Object
This method is abstract.
: (Array) -> void
32 |
# File 'lib/spoom/source/rewriter.rb', line 32 def apply(bytes) = raise NotImplementedError, "Abstract method called" |
#range ⇒ Object
This method is abstract.
: -> [Integer, Integer]
36 |
# File 'lib/spoom/source/rewriter.rb', line 36 def range = raise NotImplementedError, "Abstract method called" |