class Student

Defined in:

student.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String) #

[View source]

Instance Method Detail

def add_grade(course : String, grade : Float64) #

[View source]
def name : String #

[View source]
def totals #

[View source]