Sha256: c962589ff155e1d15793eaae636d4521b68564aa76668d4a5d7c254f59988873
Contents?: true
Size: 131 Bytes
Versions: 2
Compression:
Stored size: 131 Bytes
Contents
# frozen_string_literal: true module WhatDyaReturn module AST class BlockNode < ::RuboCop::AST::BlockNode 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/block_node.rb |
what_dya_return-0.2.0 | lib/what_dya_return/ast/node/block_node.rb |