class Phone
Constants
- TYPES
Private Instance Methods
track_type()
click to toggle source
# File lib/trogdir/phone.rb, line 19 def track_type if changes.include? 'type' changes else changes.merge("type" => [type.to_s, type.to_s]) end end