Sha256: 999b3ddf34c695addb3382245a05c478782bb23802cdb324cc5e610feab0717b

Contents?: true

Size: 280 Bytes

Versions: 2

Compression:

Stored size: 280 Bytes

Contents

module LensProtocol
  # The API layer of the library.
  module OMA
    module_function

    def parse *args
      Parser.new.parse *args
    end

    def generate *args
      Builder.new.build *args
    end

    def format *args
      Formatter.new.format *args
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lens_protocol-0.2.1 lib/lens_protocol/oma.rb
lens_protocol-0.2.0 lib/lens_protocol/oma.rb