Class: Pathname

Inherits:
Object
  • Object
show all
Defined in:
lib/howl/core_ext.rb

Instance Method Summary collapse

Instance Method Details

#binary?Boolean

Returns:

  • (Boolean)


24
25
26
# File 'lib/howl/core_ext.rb', line 24

def binary?
  File.binary?(@path)
end