class HwCheker::StatusControl
Public Instance Methods
check(path)
click to toggle source
# File lib/hw_cheker.rb, line 24 def check path @t = HomeWorkChecker::Base.new(path) @t.start end
scan_only(path)
click to toggle source
# File lib/hw_cheker.rb, line 29 def scan_only path @t = HomeWorkChecker::FileScan.new(path) @t.files end