Method: Stethoscope.template=
- Defined in:
- lib/stethoscope.rb
.template=(template) ⇒ Object
Sets the Tilt template that will be used for heartbeat rendering
118 119 120 |
# File 'lib/stethoscope.rb', line 118 def self.template=(template) @template = template end |