darkhelmet-darkext 0.7.0 → 0.7.1

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 +4 -0
  2. metadata +1 -1
@@ -39,5 +39,9 @@ class String
39
39
  Kernel.print(self)
40
40
  end
41
41
 
42
+ def printn
43
+ Kernel.print(self + "\n")
44
+ end
45
+
42
46
  alias :/ :split
43
47
  end
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.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Huckstep