Returns:
34 35 36
# File 'lib/codeqa/sourcefile.rb', line 34 def ruby? @ruby ||= (RUBY_NAMES.include?(filename) || !!(filename =~ RUBY_PATTERN)) end