Module: Raygun::Apm::Hooks::IO

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

Instance Method Summary collapse

Instance Method Details

#gets(*args) ⇒ Object



41
42
43
# File 'lib/raygun/apm/hooks/internals.rb', line 41

def gets(*args)
  super
end

#open(*args) ⇒ Object



33
34
35
# File 'lib/raygun/apm/hooks/internals.rb', line 33

def open(*args)
  super
end

#puts(*args) ⇒ Object



37
38
39
# File 'lib/raygun/apm/hooks/internals.rb', line 37

def puts(*args)
  super
end

#readline(*args) ⇒ Object



45
46
47
# File 'lib/raygun/apm/hooks/internals.rb', line 45

def readline(*args)
  super
end

#readlines(*args) ⇒ Object



49
50
51
# File 'lib/raygun/apm/hooks/internals.rb', line 49

def readlines(*args)
  super
end

#sycall(*args) ⇒ Object



29
30
31
# File 'lib/raygun/apm/hooks/internals.rb', line 29

def sycall(*args)
  super
end