class Guard::Group

def title

Returns:
  • (String) -

Other tags:
    Example: Title for a group named 'backend' -
def title
  @title ||= name.to_s.capitalize
end