Sha256: 95aebbbe5c33000007497c91a929e2589941221f47a9c2b1fc683b15ae4e6552

Contents?: true

Size: 218 Bytes

Versions: 1

Compression:

Stored size: 218 Bytes

Contents

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

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lens_protocol-0.1.0 lib/lens_protocol/oma.rb