module Fire
require ‘fire/rulefile’
Constants
- IGNORE_FILE
This file can be used as an alternative to using the ignore method to define what paths to ignore.
- ROOT_INDICATORS
Markers to look for to identify a project’s root directory.
Public Class Methods
system()
click to toggle source
Master system instance.
# File lib/fire/system.rb, line 16 def self.system @system ||= System.new end