Class: Pathname
- Inherits:
-
Object
- Object
- Pathname
- Defined in:
- lib/howl/core_ext.rb
Instance Method Summary collapse
Instance Method Details
#binary? ⇒ Boolean
24 25 26 |
# File 'lib/howl/core_ext.rb', line 24 def binary? File.binary?(@path) end |