Sha256: b705a6d1a3c7e3cd1f118a5e14391661e8d7204812d7f151e7b29f1badc861b1

Contents?: true

Size: 403 Bytes

Versions: 2

Compression:

Stored size: 403 Bytes

Contents

# To change this template, choose Tools | Templates
# and open the template in the editor.

module Atomic
  module Extensions
    module Cirrus
      class Base
        include Parser
        class << self
          def namespace
            'http://www.glam.ac.uk/2009/cirrus'
          end
        end
        def initialize(parent)
           @parent = parent
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
exempla-atomic-0.0.11 lib/atomic/extensions/cirrus/base.rb
exempla-atomic-0.0.12 lib/atomic/extensions/cirrus/base.rb