codeclimate/codeclimate-yaml

View on GitHub
lib/cc/yaml/nodes/fetch_list.rb

Summary

Maintainability
A
0 mins
Test Coverage
module CC
  module Yaml
    module Nodes
      class FetchList < Sequence
        type Fetch
      end
    end
  end
end