Module Spruz::FileBinary::ClassMethods
In: lib/spruz/file_binary.rb
lib/spruz/file_binary.rb

Methods

ascii?   ascii?   binary?   binary?  

Public Instance methods

Returns true if the file with name name is considered to be ascii using the FileBinary#ascii? method.

Returns true if the file with name name is considered to be ascii using the FileBinary#ascii? method.

Returns true if the file with name name is considered to be binary using the FileBinary#binary? method.

Returns true if the file with name name is considered to be binary using the FileBinary#binary? method.

[Validate]