1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00
awesome_print/lib
Gerard Caulfield 5b472ccbe6
Allow non .aprc File.readable? calls
`stub_dotfile!` was blocking all calls to `File.readable?` instead
of just calls to load the `.aprc` file. This meant that trying to
use other libraries, such as pry, which relied on `File.readable?`
would fail in instances where `stub_dotfile!` had been called.

This change fixes that, while keeping the original intended
behaviour.
2016-07-01 16:11:02 +10:00
..
awesome_print Allow non .aprc File.readable? calls 2016-07-01 16:11:02 +10:00
ap.rb Update copyright header based on Michael's comment on #242 2016-06-08 20:39:57 -03:00
awesome_print.rb Update copyright header based on Michael's comment on #242 2016-06-08 20:39:57 -03:00