Sha256: 20511c5852c6306c23f84bcc3215c8dc25267eec76ba57f18ef645939c4cf878

Contents?: true

Size: 316 Bytes

Versions: 1

Compression:

Stored size: 316 Bytes

Contents

module Gurke
  module Formatters
    class Base
      attr_reader :main, :options

      def initialize(main, options)
        @main, @options = main, options
      end

      def current
        Gurke.current
      end

      class << self
        def gurkig?
          true
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gurke-1.0.1 lib/gurke/formatters/base.rb