Module: Raygun::Apm::Hooks::Random

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

Instance Method Summary collapse

Instance Method Details

#rand(*args) ⇒ Object



57
58
59
# File 'lib/raygun/apm/hooks/internals.rb', line 57

def rand(*args)
  super
end

#srand(*args) ⇒ Object



53
54
55
# File 'lib/raygun/apm/hooks/internals.rb', line 53

def srand(*args)
  super
end