Module: BEL::JSON::Reader

Included in:
Implementation
Defined in:
lib/bel/json/reader.rb

Instance Method Summary collapse

Instance Method Details

#read(input, options = {}) ⇒ Object

Raises:

  • (NotImplementedError)


5
6
7
# File 'lib/bel/json/reader.rb', line 5

def read(input, options = {})
  raise NotImplementedError.new("#{__method__} is not implemented.")
end