Sha256: 9115ce0087555f3c554e3cfd7d4a926697ab909464cbaa84f1fda5537807cb67
Contents?: true
Size: 464 Bytes
Versions: 20
Compression:
Stored size: 464 Bytes
Contents
require 'xampl_generated_code/XamplAdHoc.rb' require 'fucking-bad-idea.rb' Xampl.set_default_persister_kind(:tokyo_cabinet) puts "#{ __method__} #{ __LINE__ }" Xampl.transaction("bad-idea") do puts "#{ __method__} #{ __LINE__ }" car = Widget['the-car'] puts "#{ __method__} #{ __LINE__ }" # engine = Gadget['the-engine'] puts "#{ __method__} #{ __LINE__ }" car.value = 'ex-pinto' puts "#{ __method__} #{ __LINE__ }" end puts "#{ __method__} #{ __LINE__ }"
Version data entries
20 entries across 20 versions & 1 rubygems