class GroceryList::AbstractItemParser

Public Class Methods

read(string) click to toggle source
# File lib/grocery_list/item_parser.rb, line 3
def self.read(string)
  raise NotImplementedError
end