Method: Converter#read_file

Defined in:
lib/Converter.rb

#read_file(file_content) ⇒ Object

Raises:

  • (NotImplementedError)


4
5
6
# File 'lib/Converter.rb', line 4

def read_file(file_content)
  raise NotImplementedError, 'Abstract class!'
end