1 | View Code Duplication | # Bisuteria variada |
|
0 ignored issues
–
show
Duplication
introduced
by
![]() |
|||
2 | 1 | class Miscelanea < Item |
|
3 | 1 | def name |
|
4 | miscelanea(id)['name'] |
||
5 | end |
||
6 | |||
7 | 1 | def fits |
|
8 | miscelanea(id)['fits'] |
||
9 | end |
||
10 | |||
11 | 1 | def precio |
|
12 | miscelanea(id)['precio'] |
||
13 | end |
||
14 | end |
||
15 |