Returns the last part of the tag.
Tag.new('Core/Class').name # => 'Class'
Returns:
last part of the tag
76 77 78
# File 'lib/jsus/tag.rb', line 76 def name @name end