class Lono::Pro::Code

Public Instance Methods

convert(source) click to toggle source
# File lib/lono/pro/code.rb, line 18
def convert(source)
  Importer::Converter.new(source, options).run
end
import(source) click to toggle source
# File lib/lono/pro/code.rb, line 11
def import(source)
  Importer.new(source, options).run
end