Sha256: 51ba0c82d7d39ba84f93e52071c2a66213362a09af69e43dba4a1bb728fb8342

Contents?: true

Size: 239 Bytes

Versions: 1

Compression:

Stored size: 239 Bytes

Contents

module Nyanko
  module Config
    class << self
      def units_directory_path
        @units_directory_path ||= "app/units"
      end

      def units_directory_path=(path)
        @units_directory_path = path
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nyanko-0.0.1 lib/nyanko/config.rb