Sha256: 43606e2eaea34c3a6ca35223bd070f901f00aeeb8f958bdb9f9b0757c209ff31
Contents?: true
Size: 244 Bytes
Versions: 3
Compression:
Stored size: 244 Bytes
Contents
require 'brototype' class Foo attr_accessor :fired def initialize @fired = false @success = false @param = nil @bar = 3 end def foo @fired = true 91 end def throws_error throw :an_error end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
brototype-0.9.3 | spec/spec_helper.rb |
brototype-0.9.1 | spec/spec_helper.rb |
brototype-0.9.0 | spec/spec_helper.rb |