Sha256: 4e1e8549d106cb0a3511e378f679aac222316855e9710da4cdd0728e1e84ad2c

Contents?: true

Size: 325 Bytes

Versions: 20

Compression:

Stored size: 325 Bytes

Contents

module Simplabs

  module Excellent

    module Parsing

      class WhileContext < SexpContext #:nodoc:

        def initialize(exp, parent)
          super
          @contains_assignment = has_assignment?
        end

        def tests_assignment?
          @contains_assignment
        end

      end

    end

  end

end

Version data entries

20 entries across 20 versions & 2 rubygems

Version Path
simplabs-excellent-1.2.1 lib/simplabs/excellent/parsing/while_context.rb
simplabs-excellent-1.2.2 lib/simplabs/excellent/parsing/while_context.rb
simplabs-excellent-1.3.0 lib/simplabs/excellent/parsing/while_context.rb
simplabs-excellent-1.3.1 lib/simplabs/excellent/parsing/while_context.rb
simplabs-excellent-1.4.0 lib/simplabs/excellent/parsing/while_context.rb
simplabs-excellent-1.4.1 lib/simplabs/excellent/parsing/while_context.rb
simplabs-excellent-1.4.2 lib/simplabs/excellent/parsing/while_context.rb
simplabs-excellent-1.5.0 lib/simplabs/excellent/parsing/while_context.rb
simplabs-excellent-1.5.1 lib/simplabs/excellent/parsing/while_context.rb
simplabs-excellent-1.5.2 lib/simplabs/excellent/parsing/while_context.rb
simplabs-excellent-1.5.3 lib/simplabs/excellent/parsing/while_context.rb
excellent-2.1.1 lib/simplabs/excellent/parsing/while_context.rb
excellent-2.1.0 lib/simplabs/excellent/parsing/while_context.rb
excellent-2.0.1 lib/simplabs/excellent/parsing/while_context.rb
excellent-2.0.0 lib/simplabs/excellent/parsing/while_context.rb
excellent-1.7.2 lib/simplabs/excellent/parsing/while_context.rb
excellent-1.7.1 lib/simplabs/excellent/parsing/while_context.rb
excellent-1.7.0 lib/simplabs/excellent/parsing/while_context.rb
excellent-1.6.0 lib/simplabs/excellent/parsing/while_context.rb
excellent-1.5.4 lib/simplabs/excellent/parsing/while_context.rb