class Lemon::CoverReports::Yaml
Public Instance Methods
render()
click to toggle source
# File lib/lemon/coverage/formats/yaml.rb, line 8 def render puts checklist.to_yaml end
# File lib/lemon/coverage/formats/yaml.rb, line 8 def render puts checklist.to_yaml end