class Controls::Trend
A object to represent the
Public Instance Methods
to_s()
click to toggle source
@return [String] the grade of the trend
# File lib/controls/objects/trend.rb, line 7 def to_s format('%05.2f', grade) end