Class: Formatter

Inherits:
Object show all
Includes:
HTMLUtils
Defined in:
lib/bitclust/ridatabase.rb

Constant Summary

Constants included from HTMLUtils

HTMLUtils::ESC, HTMLUtils::UNESC

Instance Method Summary collapse

Methods included from HTMLUtils

escape, unescape

Instance Method Details

#method_info(m) ⇒ Object



219
220
221
222
223
# File 'lib/bitclust/ridatabase.rb', line 219

def method_info(m)
  @f = StringIO.new
  describe_method m
  @f.string
end