class Nice::Parser
Public Instance Methods
parse_to_array(context)
click to toggle source
# File lib/nice/diff/parser.rb, line 7 def parse_to_array(context) raise 'Abstract method called: parse_to_array' end