Module: Raygun::Apm::Hooks::Object

Defined in:
lib/raygun/apm/hooks/internals.rb

Instance Method Summary collapse

Instance Method Details

#exec(*args) ⇒ Object



15
16
17
# File 'lib/raygun/apm/hooks/internals.rb', line 15

def exec(*args)
  super
end

#fork(*args) ⇒ Object



23
24
25
# File 'lib/raygun/apm/hooks/internals.rb', line 23

def fork(*args)
  super
end

#sleep(*args) ⇒ Object



11
12
13
# File 'lib/raygun/apm/hooks/internals.rb', line 11

def sleep(*args)
  super
end

#spawn(*args) ⇒ Object



19
20
21
# File 'lib/raygun/apm/hooks/internals.rb', line 19

def spawn(*args)
  super
end

#system(*args) ⇒ Object



7
8
9
# File 'lib/raygun/apm/hooks/internals.rb', line 7

def system(*args)
  super
end