class Rundoc::CodeCommand::RundocCommand::DependOn

Public Class Methods

new(path) click to toggle source

Pass in the relative path of another rundoc document in order to run all of it’s commands (but not to )

# 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