Load a few things to make our lives easier elsewhere.
A list of metrics which are available in the MetricFu system.
These are metrics which have been developed for the system. Of course, in order to use these metrics, their respective gems must be installed on the system.
The @@configuration class variable holds a global type configuration object for any parts of the system to use.
# File lib/base/configuration.rb, line 16 def self.configuration @@configuration ||= Configuration.new end
# File lib/base/graph.rb, line 3 def self.graph @graph ||= Graph.new end
MetricFu.report memoizes access to a Report object, that will be used throughout the lifecycle of the MetricFu app.
# File lib/base/report.rb, line 5 def self.report @report ||= Report.new end
Generated with the Darkfish Rdoc Generator 2.