module IntegratedData::Identifier
Public Instance Methods
parse(*_)
click to toggle source
# File lib/integrated_data/identifier.rb, line 4 def parse(*_) raise NotImplementedError, 'IntegratedData::Identifiers must define `parse`' end