Sha256: 8a8aa572f78d132b59c5e8ce21eb23b017aa7ab373ba408449832fe9d0324ef1

Contents?: true

Size: 236 Bytes

Versions: 2

Compression:

Stored size: 236 Bytes

Contents

module FeduxOrg
  module Stdlib

    module Project
      class Plan
        attr_reader :file

        def initialize(file = File.expand_path( '../plan.tjp', __FILE__ ) )
          @file = file
        end
      end

    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fedux_org-stdlib-0.0.36 lib/fedux_org/stdlib/project/plan.rb
fedux_org-stdlib-0.0.35 lib/fedux_org/stdlib/project/plan.rb