lib/metric_fu/metric.rb in metric_fu-4.8.0 vs lib/metric_fu/metric.rb in metric_fu-4.9.0

- old
+ new

@@ -60,15 +60,15 @@ def configured_run_options @configured_run_options end - # @return default metric run options [Hash] + # @return [Hash] default metric run options def default_run_options not_implemented end - # @return metric_options [Hash] + # @return [Hash] metric_options def has_graph? not_implemented end @metrics = []