Method: FakeFS::Pathname#path
- Defined in:
- lib/fakefs/pathname.rb
#path ⇒ Object
not protected on purpose since that breaks Rails.root.join even though
the original Pathname has a protected path
443 444 445 |
# File 'lib/fakefs/pathname.rb', line 443 def path to_s end |