class RedmineInstaller::Configuration::Nothing

Public Instance Methods

get_parameters(*) click to toggle source
# File lib/redmine-installer/configuration.rb, line 88
def get_parameters(*) end
make_config(*) click to toggle source
# File lib/redmine-installer/configuration.rb, line 89
def make_config(*) end
to_s(*) click to toggle source
# File lib/redmine-installer/configuration.rb, line 91
def to_s(*)
  "<Nothing>"
end