Class: Controls::Trend
- Inherits:
-
Dish::Plate
- Object
- Dish::Plate
- Controls::Trend
- Defined in:
- lib/controls/objects/trend.rb
Overview
A object to represent the
Instance Method Summary collapse
-
#to_s ⇒ String
The grade of the trend.
Instance Method Details
#to_s ⇒ String
Returns the grade of the trend.
7 8 9 |
# File 'lib/controls/objects/trend.rb', line 7 def to_s format('%05.2f', grade) end |