Method: Ripdoc#on_lbrace

Defined in:
lib/assert2/ripdoc.rb

#on_lbrace(tok, f) ⇒ Object



322
323
324
325
326
# File 'lib/assert2/ripdoc.rb', line 322

def on_lbrace(tok, f)
  return f if @in_no_doc
  spanit '', f, '' # tok  CONSIDER  wonder who is actually emitting the { ??
  f << tok
end