Method: Codeqa::Sourcefile#text?

Defined in:
lib/codeqa/sourcefile.rb

#text?Boolean

Returns:



26
27
28
# File 'lib/codeqa/sourcefile.rb', line 26

def text?
  !binary?
end