Module: Matt::Exporter
- Includes:
- Support::Participant
- Included in:
- Sql
- Defined in:
- lib/matt/exporter.rb,
lib/matt/exporter/sql.rb
Defined Under Namespace
Classes: Sql
Instance Attribute Summary
Attributes included from Support::Participant
Instance Method Summary collapse
Methods included from Support::Participant
Methods included from Support::Puts
#debug, #info, #puts_err, #puts_out, #stderr, #stdout
Instance Method Details
#export(measure, data) ⇒ Object
5 6 7 |
# File 'lib/matt/exporter.rb', line 5 def export(measure, data) raise NotImplementedError, "#{self} should implement `export`" end |