services for proxy data

This commit is contained in:
Kyle Drake 2014-11-20 04:44:44 -08:00
parent 64433ac957
commit e54c1a750b
4 changed files with 100 additions and 2 deletions

View file

@ -11,4 +11,8 @@ class String
self[0..length]
end
end
end
def unindent
gsub /^#{scan(/^\s*/).min_by{|l|l.length}}/, ""
end
end