fixjour 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/core_ext/object.rb +6 -0
  2. metadata +2 -1
@@ -0,0 +1,6 @@
1
+ class Object
2
+ def tap
3
+ yield self
4
+ self
5
+ end
6
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fixjour
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pat Nakajima
@@ -33,6 +33,7 @@ extra_rdoc_files: []
33
33
  files:
34
34
  - lib/core_ext
35
35
  - lib/core_ext/hash.rb
36
+ - lib/core_ext/object.rb
36
37
  - lib/fixjour
37
38
  - lib/fixjour/builders.rb
38
39
  - lib/fixjour/definitions.rb