3 4 5 6
# File 'lib/emconvert/converter.rb', line 3 def self.convert(options) @from = options[:from] @to = options[:to] end