Sha256: 65f77444a483185ea2b40c2f0672712bc61b934fad1a3becf04cc2878202f9b4
Contents?: true
Size: 346 Bytes
Versions: 2
Compression:
Stored size: 346 Bytes
Contents
require File.join(File.dirname(File.expand_path(__FILE__)), 'code_context') module Reek module Core # # A context wrapper for any block found in a syntax tree. # class BlockContext < CodeContext def initialize(outer, exp) super @name = 'block' @scope_connector = '/' end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
reek-1.2.7.1 | lib/reek/core/block_context.rb |
reek-1.2.7 | lib/reek/core/block_context.rb |