Method: Stethoscope.template=

Defined in:
lib/stethoscope.rb

.template=(template) ⇒ Object

Sets the Tilt template that will be used for heartbeat rendering

Parameters:

  • template
    • A Tilt template object

See Also:



118
119
120
# File 'lib/stethoscope.rb', line 118

def self.template=(template)
  @template = template
end