Sha256: f1c931f3c97669007dfbd8498d5fa4f7a666deca4743f5253f08a1a01b41fee9

Contents?: true

Size: 135 Bytes

Versions: 16

Compression:

Stored size: 135 Bytes

Contents

require 'pry-moves'
require_relative '../playground/playground.rb'

i = Playground.new
if ARGV[0]
  i.send ARGV[0]
else
  i.zaloop
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
pry-moves-1.0.15 playground/test.rb
pry-moves-1.0.14 playground/test.rb
pry-moves-1.0.13 playground/test.rb
pry-moves-1.0.12 playground/test.rb
pry-moves-1.0.11 playground/test.rb
pry-moves-1.0.10 playground/test.rb
pry-moves-1.0.9 playground/test.rb
pry-moves-1.0.8 playground/test.rb
pry-moves-1.0.7 playground/test.rb
pry-moves-1.0.6 playground/test.rb
pry-moves-1.0.5 playground/test.rb
pry-moves-1.0.4 playground/test.rb
pry-moves-1.0.3 playground/test.rb
pry-moves-1.0.2 playground/test.rb
pry-moves-1.0.1 playground/test.rb
pry-moves-1.0.0 playground/test.rb