Class: Nice::Parser
- Inherits:
-
Object
- Object
- Nice::Parser
- Defined in:
- lib/nice/diff/parser.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#parse_to_array(context) ⇒ Object
7 8 9 |
# File 'lib/nice/diff/parser.rb', line 7 def parse_to_array(context) raise 'Abstract method called: parse_to_array' end |