Sha256: 524923b4f254e52b6fd2fbe151df7dc69ac29abc77520e796bae1266da4ee1eb
Contents?: true
Size: 127 Bytes
Versions: 2
Compression:
Stored size: 127 Bytes
Contents
# frozen_string_literal: true module WhatDyaReturn module AST class DefNode < ::RuboCop::AST::DefNode 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/def_node.rb |
what_dya_return-0.2.0 | lib/what_dya_return/ast/node/def_node.rb |