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