Method: ParameterSubstitution::Formatters::SplitBeforeColon.description

Defined in:
lib/parameter_substitution/formatters/split_before_colon.rb

.descriptionObject



4
5
6
# File 'lib/parameter_substitution/formatters/split_before_colon.rb', line 4

def self.description
  "Returns the portion of a string before the first colon, or the full string if there is no colon."
end