Method: Inch::Evaluation::Grade#to_s

Defined in:
lib/inch/evaluation/grade.rb

#to_sString

Returns the grade as a string (e.g. “A”).

Returns:

  • (String)

    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