Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/pivotal-tracker/extensions.rb

Overview

TODO make these conditional on to_param not existing…

Instance Method Summary collapse

Instance Method Details

#to_paramObject



3
4
5
# File 'lib/pivotal-tracker/extensions.rb', line 3

def to_param
  self
end