Sha256: 5945f38ea1f82a50c3796a715cbe9bd5c2a7360bb8bb033a2618e901e627128f

Contents?: true

Size: 231 Bytes

Versions: 1

Compression:

Stored size: 231 Bytes

Contents

require 'rubygems'

class Hiera
  module Backend
    module Eyaml
      class Commands
        @@commands = []

        def self.register; end

        def self.commands
          @@commands
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hiera-eyaml-4.2.0 lib/hiera/backend/eyaml/commands.rb