Sha256: cc3f6735ff551f139799405588c79848153aa574bac176c2df75a387f6a951f1

Contents?: true

Size: 220 Bytes

Versions: 42

Compression:

Stored size: 220 Bytes

Contents

module FWToolkit
  module Rake
    module Config

      def projectfile_path=(path)
        @projectfile_path = path
      end
      def projectfile_path
        @projectfile_path ||= Dir.pwd
      end
    end
  end
end

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
fwtoolkit-1.0.2 lib/fwtoolkit/rake/tasks/config.rb
fwtoolkit-1.0.1 lib/fwtoolkit/rake/tasks/config.rb