Class: Object

Inherits:
BasicObject
Defined in:
lib/rdio/base.rb

Overview

Make sure objects return ‘self’ by default to ‘to_k’, then we can override this for subsequent types – like Artist, Track, etc – that need to use their key for this value

Instance Method Summary collapse

Instance Method Details

#to_kObject



8
9
10
# File 'lib/rdio/base.rb', line 8

def to_k
  return self
end