Class: CodeOwnership::Private::TeamPlugins::Ownership

Inherits:
CodeTeams::Plugin
  • Object
show all
Extended by:
T::Helpers, T::Sig
Defined in:
lib/code_ownership/private/team_plugins/ownership.rb

Instance Method Summary collapse

Instance Method Details

#owned_globsObject



11
12
13
# File 'lib/code_ownership/private/team_plugins/ownership.rb', line 11

def owned_globs
  @team.raw_hash['owned_globs'] || []
end