Sha256: 32f3575c5ebc52425d87b0365997a5b7e77da3200c1a192f3b4b0ec0e7bc9d40

Contents?: true

Size: 174 Bytes

Versions: 15

Compression:

Stored size: 174 Bytes

Contents

module ForemanThemeSatellite
  class PryRack
    def initialize(app)
      @app = app
    end

    def call(env)
       binding.pry
       @app.call(env)
     end
   end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
foreman_theme_satellite-14.2.0 lib/foreman_theme_satellite/pry_rack.rb
foreman_theme_satellite-13.3.3 lib/foreman_theme_satellite/pry_rack.rb
foreman_theme_satellite-14.1.0 lib/foreman_theme_satellite/pry_rack.rb
foreman_theme_satellite-13.3.2 lib/foreman_theme_satellite/pry_rack.rb
foreman_theme_satellite-13.3.1 lib/foreman_theme_satellite/pry_rack.rb
foreman_theme_satellite-14.0.1 lib/foreman_theme_satellite/pry_rack.rb
foreman_theme_satellite-14.0.0 lib/foreman_theme_satellite/pry_rack.rb
foreman_theme_satellite-13.3.0 lib/foreman_theme_satellite/pry_rack.rb
foreman_theme_satellite-13.2.5 lib/foreman_theme_satellite/pry_rack.rb
foreman_theme_satellite-13.2.4 lib/foreman_theme_satellite/pry_rack.rb
foreman_theme_satellite-13.2.3 lib/foreman_theme_satellite/pry_rack.rb
foreman_theme_satellite-13.2.2 lib/foreman_theme_satellite/pry_rack.rb
foreman_theme_satellite-13.2.1 lib/foreman_theme_satellite/pry_rack.rb
foreman_theme_satellite-13.2.0 lib/foreman_theme_satellite/pry_rack.rb
foreman_theme_satellite-13.1.0 lib/foreman_theme_satellite/pry_rack.rb