mirror of
https://github.com/neocities/neocities.git
synced 2025-07-22 02:26:07 +02:00
services for proxy data
This commit is contained in:
parent
64433ac957
commit
e54c1a750b
4 changed files with 100 additions and 2 deletions
|
@ -11,4 +11,8 @@ class String
|
|||
self[0..length]
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
def unindent
|
||||
gsub /^#{scan(/^\s*/).min_by{|l|l.length}}/, ""
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue