class Capistrano::ServerDefinition

Public Instance Methods

base_to_s()
Alias for: to_s
to_s() click to toggle source
# File lib/hubcap/ext/full_server_names.rb, line 7
def to_s
  @to_s ||= options[:full_name] || base_to_s
end
Also aliased as: base_to_s