Sha256: d3954bcb3984c36f2b04154ca4e54273ea99a4b8620812cd08e1870858e89482

Contents?: true

Size: 201 Bytes

Versions: 31

Compression:

Stored size: 201 Bytes

Contents

require 'reek/code_context'

module Reek
  class YieldCallContext < CodeContext
    attr_reader :parameters

    def initialize(outer, exp)
      super
      @parameters = exp[1..-1]
    end
  end
end

Version data entries

31 entries across 31 versions & 3 rubygems

Version Path
kevinrutherford-reek-1.1.1 lib/reek/yield_call_context.rb
kevinrutherford-reek-1.1.2.1 lib/reek/yield_call_context.rb
kevinrutherford-reek-1.1.2 lib/reek/yield_call_context.rb
kevinrutherford-reek-1.1.3.1 lib/reek/yield_call_context.rb
kevinrutherford-reek-1.1.3.10 lib/reek/yield_call_context.rb
kevinrutherford-reek-1.1.3.11 lib/reek/yield_call_context.rb
kevinrutherford-reek-1.1.3.12 lib/reek/yield_call_context.rb
kevinrutherford-reek-1.1.3.13 lib/reek/yield_call_context.rb
kevinrutherford-reek-1.1.3.14 lib/reek/yield_call_context.rb
kevinrutherford-reek-1.1.3.15 lib/reek/yield_call_context.rb
kevinrutherford-reek-1.1.3.16 lib/reek/yield_call_context.rb
kevinrutherford-reek-1.1.3.2 lib/reek/yield_call_context.rb
kevinrutherford-reek-1.1.3.3 lib/reek/yield_call_context.rb
kevinrutherford-reek-1.1.3.4 lib/reek/yield_call_context.rb
kevinrutherford-reek-1.1.3.5 lib/reek/yield_call_context.rb
kevinrutherford-reek-1.1.3.6 lib/reek/yield_call_context.rb
kevinrutherford-reek-1.1.3.7 lib/reek/yield_call_context.rb
kevinrutherford-reek-1.1.3.8 lib/reek/yield_call_context.rb
kevinrutherford-reek-1.1.3.9 lib/reek/yield_call_context.rb
kevinrutherford-reek-1.1.3 lib/reek/yield_call_context.rb