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