these appear to be obsolete

master
Tom Vaughan 2012-08-20 14:37:04 -07:00
parent 8b62a0a873
commit 35c088912f
1 changed files with 0 additions and 16 deletions

View File

@ -14,12 +14,6 @@ module Middleman
options.port ||= 22
# Include class methods
# app.extend ClassMethods
# Include instance methods
# app.send :include, InstanceMethods
app.after_configuration do
if (!options.host || !options.user || !options.path)
raise <<EOF
@ -41,15 +35,5 @@ EOF
alias :included :registered
end
# module ClassMethods
# def a_class_method
# end
# end
# module InstanceMethods
# def an_instance_method
# end
# end
end
end