aboutsummaryrefslogtreecommitdiffstats
path: root/guides/w3c_validator.rb
diff options
context:
space:
mode:
Diffstat (limited to 'guides/w3c_validator.rb')
-rw-r--r--guides/w3c_validator.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/guides/w3c_validator.rb b/guides/w3c_validator.rb
index aad9ac2608..f56feeb696 100644
--- a/guides/w3c_validator.rb
+++ b/guides/w3c_validator.rb
@@ -31,7 +31,6 @@ include W3CValidators
module RailsGuides
class Validator
-
def validate
validator = MarkupValidator.new
STDOUT.sync = true
@@ -90,7 +89,6 @@ module RailsGuides
puts "\nHere are the detailed errors for each guide:" + error_detail
end
end
-
end
end