Method: FakeFS::Pathname#blockdev?
- Defined in:
- lib/fakefs/pathname.rb
#blockdev? ⇒ Boolean
See FileTest.blockdev?.
789 790 791 |
# File 'lib/fakefs/pathname.rb', line 789 def blockdev? FileTest.blockdev?(@path) end |
See FileTest.blockdev?.
789 790 791 |
# File 'lib/fakefs/pathname.rb', line 789 def blockdev? FileTest.blockdev?(@path) end |