class UqamGradeNotification::Storage
Public Class Methods
new(storage=LocalStorage.new)
click to toggle source
# File lib/uqam_grade_notification/storage.rb, line 6 def initialize(storage=LocalStorage.new) @storage = storage end