Method: Transproc::Store#methods

Defined in:
lib/transproc/store.rb

#methodsHash (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns The associated list of imported procedures.

Returns:

  • (Hash)

    The associated list of imported procedures



13
14
15
# File 'lib/transproc/store.rb', line 13

def methods
  @methods
end