Class: QmailLog::Format::YAML

Inherits:
Object
  • Object
show all
Defined in:
lib/qmail_log/format/yaml.rb

Class Method Summary collapse

Class Method Details

.parse(data) ⇒ Object



5
6
7
# File 'lib/qmail_log/format/yaml.rb', line 5

def parse data
  data.to_yaml
end