Method: Alien::AlienTag#inspect

Defined in:
lib/alien/alientag.rb

#inspectObject

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