class Guard::Group

def to_s

Returns:
  • (String) - the string representation

Other tags:
    Example: String representation of a group named 'backend' -
def to_s
  "#<#{self.class} @name=#{name} @options=#{options}>"
end