Method: AppMap.configuration=

Defined in:
lib/appmap/agent.rb

.configuration=(config) ⇒ Object

Sets the configuration. This is only expected to happen once per Ruby process.



27
28
29
30
31
# File 'lib/appmap/agent.rb', line 27

def configuration=(config)
  warn "AppMap is already configured" if @configuration && config

  @configuration = config
end