Sha256: bad0dc6a076e3e83a28ecbba119d539ec331087268bb332e038c4c505fbd96ee
Contents?: true
Size: 226 Bytes
Versions: 3
Compression:
Stored size: 226 Bytes
Contents
module PointRb module Actions class ShowPointRbVersion def initialize(app) @app = app end def call(env) puts "Version: #{PointRb::VERSION}" @app.call(env) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pointrb-0.1.2 | lib/pointrb/actions/show_pointrb_version.rb |
pointrb-0.1.1 | lib/pointrb/actions/show_pointrb_version.rb |
pointrb-0.1.0 | lib/pointrb/actions/show_pointrb_version.rb |