Conditions | 2 |
Total Lines | 4 |
Lines | 4 |
Ratio | 100 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | module GlipSdk::REST::Cache |
||
47 | View Code Duplication | def team_by_name(name) |
|
|
|||
48 | team_id = @teams_name2id[name.to_s] |
||
49 | team_id ? @teams[team_id] : nil |
||
50 | end |
||
51 | |||
58 |