module Generators class ContextUser def as_href(from_path) "javascript:showPage('#{path}')" end def aref_to(target) "javascript:showPage('#{target}')" end def url(target) HTMLGenerator.gen_url(path, target) end end end module RDoc module Page ###################################################################### # # The following is used for the -1 option # CONTENTS_XML = %{ IF:description %description% ENDIF:description IF:requires
| %name% | %rw% | %a_desc% |
ENDIF:sourcecode END:methods ENDIF:methods END:method_list ENDIF:method_list } ######################################################################## ONE_PAGE = %{%sourcecode%
