Method: Tap::Declarations#desc

Defined in:
lib/tap/declarations.rb

#desc(str) ⇒ Object



95
96
97
98
# File 'lib/tap/declarations.rb', line 95

def desc(str)
  self.current_desc = Lazydoc::Comment.new
  current_desc.subject = str
end