GFunk911-mharris_ext 1.4.2 → 1.4.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/lib/mharris_ext/object.rb +6 -0
  3. metadata +2 -1
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 4
3
- :patch: 2
3
+ :patch: 3
4
4
  :major: 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: GFunk911-mharris_ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.2
4
+ version: 1.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Harris
@@ -52,6 +52,7 @@ files:
52
52
  - lib/mharris_ext/from_hash.rb
53
53
  - lib/mharris_ext/gems.rb
54
54
  - lib/mharris_ext/methods.rb
55
+ - lib/mharris_ext/object.rb
55
56
  - lib/mharris_ext/regexp.rb
56
57
  - lib/mharris_ext/time.rb
57
58
  - lib/mharris_ext.rb