Class: GroceryList::AbstractItemParser

Inherits:
Object
  • Object
show all
Defined in:
lib/grocery_list/item_parser.rb

Direct Known Subclasses

FileItemParser, JsonItemParser, StringItemParser

Class Method Summary collapse

Class Method Details

.read(string) ⇒ Object

Raises:

  • (NotImplementedError)


3
4
5
# File 'lib/grocery_list/item_parser.rb', line 3

def self.read(string)
  raise NotImplementedError
end