Sha256: efe6b171e4c8006a210008f19b852c64a37bf487a49ee1f6a2a1fe20e4fc75cd

Contents?: true

Size: 321 Bytes

Versions: 3

Compression:

Stored size: 321 Bytes

Contents

# encoding: UTF-8

module Bunto
  module Drops
    class BuntoDrop < Liquid::Drop
      class << self
        def global
          @global ||= BuntoDrop.new
        end
      end

      def version
        Bunto::VERSION
      end

      def environment
        Bunto.env
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bunto-3.0.0 lib/bunto/drops/bunto_drop.rb
bunto-2.0.0.pre lib/bunto/drops/bunto_drop.rb
bunto-1.0.0 lib/bunto/drops/bunto_drop.rb