Method: Stellar::Gradebook::Student#comment
- Defined in:
- lib/stellar/gradebook.rb
#comment ⇒ String
The instructor’s comment for the student.
293 294 295 296 |
# File 'lib/stellar/gradebook.rb', line 293 def comment reload! unless @comment @comment end |