Returns:
30 31 32
# File 'lib/codeqa/sourcefile.rb', line 30 def binary? @binary ||= !!(filename =~ BINARY_PATTERN) end