Skip to content

Commit

Permalink
Support ' as a shorter alternative to
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyObtiva committed Aug 22, 2020
1 parent 6f168de commit 5d2c4eb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -9,6 +9,7 @@
- Change :ap printer default to :p when unavailable
- Support varargs printing (example: `pd arg1, arg2, arg3`)
- Display `run_at` run number in printout
- Support `require 'pd`' as a shorter alternative to `require 'puts_debuggerer'`

## 0.8.2

Expand Down
1 change: 0 additions & 1 deletion TODO.md
Expand Up @@ -6,7 +6,6 @@ Here are tasks considered for future versions. Once done, they are moved to the

### 0.10.0

- Add require 'pd' alternative to require 'puts_debuggerer'
- `return: false` option to return printed String instead of returning printed object
- Support `printer` as a Logger object or Logging::Logger (from "logging" gem). Perhaps discover via ducktyping.
- Provide as logging device and/or formatter for Ruby logger API and/or logging gem
Expand Down
1 change: 1 addition & 0 deletions lib/pd.rb
@@ -0,0 +1 @@
require 'puts_debuggerer'
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Expand Up @@ -25,4 +25,4 @@
end

require 'awesome_print'
require 'puts_debuggerer'
require 'pd' # tests both `require 'pd'` and `require 'puts_debuggerer'`

0 comments on commit 5d2c4eb

Please sign in to comment.