Sha256: 92d523658977c94c81ab8fefbe4e9a288bbfae994099b308f17e777cf5f66055

Contents?: true

Size: 198 Bytes

Versions: 3

Compression:

Stored size: 198 Bytes

Contents

module Polly::Common
  include Polly

  BINARY_OPS = [:*, :/, :%, :+, :-, :**, :<<, :>>, :&, :|, :^, :>, :>=, :<, :<=, :<=>, :==, :===, :=~ ]
  UNARY_OPS = [:-, :+, :!, :~]
  UNDEFINED = [nil]

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
polly-0.0.6 lib/polly/common.rb
polly-0.0.5 lib/polly/common.rb
polly-0.0.4 lib/polly/common.rb