Method: Converter.convert

Defined in:
lib/emconvert/converter.rb

.convert(options) ⇒ Object



3
4
5
6
# File 'lib/emconvert/converter.rb', line 3

def self.convert(options)
  @from = options[:from]
  @to   = options[:to]
end