module Statsample::Summarizable

Provides method summary to generate summaries and include GetText

Provides method summary to generate summaries and include GetText

Public Instance Methods

summary(method=:to_text) click to toggle source
# File lib/statsample.rb, line 268
def summary(method=:to_text)
  ReportBuilder.new(:no_title=>true).add(self).send(method)
end