T
Tobias Reif
Hi
I'm writing a syntax highlighting program
I'm writing a syntax highlighting program
Code:
for Ruby code listings
in XML (eg DocBook) documents.
To get the global variables I do
puts Kernel.global_variables
and to get the names of some common methods I do
puts methods
and
puts Kernel.methods