Hello,
More ruby-mode.el fun today. The following bit of code, when run
though imenu-add-menubar-index, only creates menu entries for the
first class. It appears to be the fact that they're in the same module
that's breaking it:
module Foo
class Bar
def meth1
end
end
class Baz
def meth2
end
end
end
Dan
--
/^Dan Debertin$/
airboss / nodewarrior.org
www.nodewarrior.org
ignorami: n:
The art of folding problem users into representational shapes.