Method: Alien::AlienTag#inspect
- Defined in:
- lib/alien/alientag.rb
#inspect ⇒ Object
Return the contents of the tag object as a string (returns tag id as a string)
59 60 61 |
# File 'lib/alien/alientag.rb', line 59 def inspect @id.to_s end |