tokei/tests/data/ruby_env
2019-06-25 13:29:54 +02:00

11 lines
165 B
Ruby

#!/usr/bin/env ruby
# 11 lines 3 code 6 comments 2 blanks
=begin
Comment that only counts if detected as ruby
Comments
=end
while x > 2 and x < 10
x += 1
end