Sha256: f47c61579d32c52c81c04695dbee652c1523b67d1efe721139173ac43fe3cff3
Contents?: true
Size: 373 Bytes
Versions: 1
Compression:
Stored size: 373 Bytes
Contents
require 'jldrill/contexts/ShowInfoContext' module JLDrill class InfoView < JLDrill::ShowInfoContext::InfoView attr_reader :destroyed, :hasRun attr_writer :destroyed, :hadRun def initialize(context) super(context) end def destroy @destroyed = true end def run(info) super(info) @hasRun = true end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jldrill-0.5.1.7 | lib/jldrill/views/test/InfoView.rb |