Method: Autoproj::Ops::Loader#file_stack

Defined in:
lib/autoproj/ops/loader.rb

#file_stackArray<String> (readonly)

Returns information about what is being loaded.

Returns:

  • (Array<String>)

    information about what is being loaded



9
10
11
# File 'lib/autoproj/ops/loader.rb', line 9

def file_stack
  @file_stack
end