summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/util/string.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/axlsx/util/string.rb')
-rw-r--r--lib/axlsx/util/string.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/axlsx/util/string.rb b/lib/axlsx/util/string.rb
deleted file mode 100644
index 8def6e5b..00000000
--- a/lib/axlsx/util/string.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-unless String.method_defined? :prepend
- class String
- def prepend(other_str)
- insert(0, other_str)
- end
- end
-end \ No newline at end of file