codeclimate/codeclimate-yaml

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

Summary

Maintainability
A
0 mins
Test Coverage
module CC
  module Yaml
    module Nodes
      class Prepare < Mapping
        map :fetch, to: FetchList
      end
    end
  end
end