8 9 10
# File 'lib/LineDeterminator.rb', line 8 def isComment @strippedLine[0...2] == "//" or @strippedLine[0...3] == "///" end