Returns the grade as a string (e.g. “A”).
Returns:
the grade as a string (e.g. “A”)
28 29 30
# File 'lib/inch/evaluation/grade.rb', line 28 def to_s @symbol.to_s end