Sha256: 81ec89f48ce127ff1035c3884449ebd43302eb65b2d0b720f3c5179468e921b1

Contents?: true

Size: 198 Bytes

Versions: 13

Compression:

Stored size: 198 Bytes

Contents

module MetricFu
  class Grapher
    def initialize
      self.class.require_graphing_gem
    end
    
    def self.require_graphing_gem
      # to be overridden by charting engines
    end
  end
end

Version data entries

13 entries across 13 versions & 6 rubygems

Version Path
goldstar-metric_fu-1.5.1.2 lib/graphs/grapher.rb
metric_fu-2.0.0 lib/graphs/grapher.rb
goldstar-metric_fu-1.5.1.1 lib/graphs/grapher.rb
metric_fu-1.5.1 lib/graphs/grapher.rb
metric_fu-1.5.0 lib/graphs/grapher.rb
metric_fu-1.4.0 lib/graphs/grapher.rb
devver-metric_fu-1.3.3 lib/graphs/grapher.rb
nielsm-metric_fu-1.3.1 lib/graphs/grapher.rb
metric_fu-1.3.0 lib/graphs/grapher.rb
edouard-metric_fu-1.2.1 lib/graphs/grapher.rb
edouard-metric_fu-1.2.0 lib/graphs/grapher.rb
metric_fu-1.2.0 lib/graphs/grapher.rb
flyerhzm-metric_fu-1.0.0 lib/graphs/grapher.rb