Method: Inch::Evaluation::Grade#to_sym

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

#to_symSymbol

Returns the grade as a symbol (e.g. :A).

Returns:

  • (Symbol)

    the grade as a symbol (e.g. :A)



23
24
25
# File 'lib/inch/evaluation/grade.rb', line 23

def to_sym
  @symbol
end