Method: Lbrt::Service::DSL::Converter.convert

Defined in:
lib/lbrt/service/dsl/converter.rb

.convert(exported, options = {}) ⇒ Object



2
3
4
# File 'lib/lbrt/service/dsl/converter.rb', line 2

def self.convert(exported, options = {})
  self.new(exported, options).convert
end