darkhelmet-darkext 0.5.5 → 0.5.6

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/darkext/string.rb +1 -1
  2. metadata +1 -1
@@ -36,7 +36,7 @@ class String
36
36
 
37
37
  # Prints the String using print
38
38
  def print
39
- print self
39
+ Kernel.print(self)
40
40
  end
41
41
 
42
42
  alias :/ :split
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: darkhelmet-darkext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.5
4
+ version: 0.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Huckstep