Sha256: b1237e3adb3cd2f27058b5d7a1e0b0f075b786163fe6318377829020d49edad6

Contents?: true

Size: 143 Bytes

Versions: 1

Compression:

Stored size: 143 Bytes

Contents

module Taza
  @project_root = '.'
  
  class << self    
    attr_accessor :project_root

    def configure
      yield self
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
taza_root-0.1.0 lib/taza_root/taza_root.rb