Sha256: 7db7caf845ce1d0de9fa51d9c1765d4208cb6daced606c7771541fce7234b17d

Contents?: true

Size: 442 Bytes

Versions: 4

Compression:

Stored size: 442 Bytes

Contents

s(:defn, :symbolic_and,
  s(:scope,
    s(:block, s(:args),
      s(:and, s(:ivar, :@value), s(:false))
    )
  )
)

# after
s(:defn, :symbolic_and_result,
  s(:scope,
    s(:block, s(:args),
      s(:fcall, :my_conditional_and,
        s(:array,
          s(:iter,
            s(:fcall, :lambda), nil, s(:ivar, :@value)
          ),
          s(:iter,
            s(:fcall, :lambda), nil, s(:false)
          )
        )
      )
    )
  )
)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
virtual_keywords-0.3.1 lib/sexps/sexps_symbolic_and.rb
virtual_keywords-0.3.0 lib/sexps/sexps_symbolic_and.rb
virtual_keywords-0.1.0 lib/sexps/sexps_symbolic_and.txt
virtual_keywords-0.0.0 lib/sexps/sexps_symbolic_and.txt