Class: TagFile::File
- Inherits:
-
Object
- Object
- TagFile::File
- Defined in:
- lib/rutaci/setter.rb
Instance Method Summary collapse
Instance Method Details
#track=(t) ⇒ Object
26 27 28 |
# File 'lib/rutaci/setter.rb', line 26 def track=(t) self.track_old= t.to_i end |
#track_old= ⇒ Object
25 |
# File 'lib/rutaci/setter.rb', line 25 alias :track_old= :track= |
#year=(t) ⇒ Object
30 31 32 |
# File 'lib/rutaci/setter.rb', line 30 def year=(t) self.year_old= t.to_i end |
#year_old= ⇒ Object
29 |
# File 'lib/rutaci/setter.rb', line 29 alias :year_old= :year= |