Method: TagHandler#tt

Defined in:
lib/html/tag_handler.rb

#tt(bool = nil) ⇒ Object



87
88
89
90
91
# File 'lib/html/tag_handler.rb', line 87

def tt(bool = nil)
  @tt ||= nil
  self.tt = bool if bool
  @tt
end