Sha256: d937c5dff8f6de8a16f8e5fbd5a101b7d1bad7edbbdd77df6cc5de1579eda163
Contents?: true
Size: 126 Bytes
Versions: 2
Compression:
Stored size: 126 Bytes
Contents
# frozen_string_literal: true module WhatDyaReturn module AST class BeginNode < ::RuboCop::AST::Node 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/begin_node.rb |
what_dya_return-0.2.0 | lib/what_dya_return/ast/node/begin_node.rb |