Sha256: 1dcc3524989b7582f19fee53f029f270450781641b946201a08fd336a336341b

Contents?: true

Size: 196 Bytes

Versions: 2

Compression:

Stored size: 196 Bytes

Contents

module Refinery

  class << self
    attr_accessor :root
    def root
      @root ||= Pathname.new(File.dirname(__FILE__).split("vendor").first.to_s)
    end
    attr_accessor :is_a_gem
  end

end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
jacobat-refinerycms-0.9.6.14 vendor/plugins/refinery/lib/refinery.rb
refinerycms-0.9.6.14 vendor/plugins/refinery/lib/refinery.rb