public
Description: Emacs libs in ruby
Homepage: http://xiki.org
Clone URL: git://github.com/trogdoro/xiki.git
xiki / core_ext.rb
100644 9 lines (6 sloc) 0.088 kb
1
2
3
4
5
6
7
8
9
require 'text_util'
 
class String
  def unindent
    TextUtil.unindent(to_s)
 
  end
end