Sha256: ca8720fa91e29a73913e54072bb78a4d02f1bf8b536eed7325b50c5591db5595

Contents?: true

Size: 130 Bytes

Versions: 13

Compression:

Stored size: 130 Bytes

Contents

module AlephExecutables
  class RunDemo
    def initialize(options); end

    def execute!
      Playground.run
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
aleph_analytics-0.4.9.pre.dev bin/executables/run_demo.rb
aleph_analytics-0.4.8 bin/executables/run_demo.rb
aleph_analytics-0.4.7 bin/executables/run_demo.rb
aleph_analytics-0.4.4 bin/executables/run_demo.rb
aleph_analytics-0.4.2 bin/executables/run_demo.rb
aleph_analytics-0.4.1 bin/executables/run_demo.rb
aleph_analytics-0.3.0 bin/executables/run_demo.rb
aleph_analytics-0.2.0 bin/executables/run_demo.rb
aleph_analytics-0.1.0 bin/executables/run_demo.rb
aleph_analytics-0.0.6 bin/executables/run_demo.rb
aleph_analytics-0.0.5 bin/executables/run_demo.rb
aleph_analytics-0.0.4 bin/executables/run_demo.rb
aleph_analytics-0.0.3 bin/executables/run_demo.rb