class LLT::Review::Treebank::Report::Datapoints

Public Class Methods

new(total = 1) click to toggle source
Calls superclass method LLT::Review::Helpers::Reportable::new
# File lib/llt/review/treebank/report/datapoints.rb, line 6
def initialize(total = 1)
  super(:datapoints, total)
end