class Rundoc::CodeCommand::RundocCommand::DependOn
Public Class Methods
Source
# File lib/rundoc/code_command/rundoc/depend_on.rb, line 6 def initialize(path) raise "rundoc.depend_on has been removed, use `:::-- rundoc.require` instead" end
Pass in the relative path of another rundoc document in order to run all of it’s commands (but not to )