aboutsummaryrefslogtreecommitdiff
path: root/source/_helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'source/_helpers.rb')
-rw-r--r--source/_helpers.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/_helpers.rb b/source/_helpers.rb
index bbff39f0..0c767f70 100644
--- a/source/_helpers.rb
+++ b/source/_helpers.rb
@@ -178,9 +178,6 @@ module Helpers
input.gsub(/(href|src)(\s*=\s*)(["'])(\/.*?)\3/) { $1 + $2 + $3 + "http://brandonmathis.com" + $4 + $3 }
end
- def full_url(input)
- 'http://brandonmathis.com'+input
- end
def rp(input)
RubyPants.new(input).to_html
end