these appear to be obsolete
This commit is contained in:
parent
8b62a0a873
commit
35c088912f
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue