Sha256: 128827c7ad6dca9916c7940a66b3c34946ba3494f9c3c25933a28d0788978b25
Contents?: true
Size: 354 Bytes
Versions: 1
Compression:
Stored size: 354 Bytes
Contents
# encoding: utf-8 require 'jldrill/contexts/RunCommandContext' module JLDrill::Test class CommandView < JLDrill::RunCommandContext::CommandView attr_reader :updated def initialize(context) super(context) @updated = false end def update @updated = true end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jldrill-0.6.0.1 | lib/jldrill/views/test/CommandView.rb |