Method: Alien::AlienTag#to_s

Defined in:
lib/alien/alientag.rb

#to_sObject

Returns a printable version of the tag object (returns tag id as a string)



69
70
71
# File 'lib/alien/alientag.rb', line 69

def to_s
  @id.to_s
end