Sha256: b47e245c3df10833b53e027602a86097bf0d2faddd77a0998ee8ecc76e1f4914
Contents?: true
Size: 127 Bytes
Versions: 2
Compression:
Stored size: 127 Bytes
Contents
# frozen_string_literal: true module WhatDyaReturn module AST class ForNode < ::RuboCop::AST::ForNode end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
what_dya_return-0.2.1 | lib/what_dya_return/ast/node/for_node.rb |
what_dya_return-0.2.0 | lib/what_dya_return/ast/node/for_node.rb |