Sha256: 3351de9367c53cd1f553722015aa22cef72f76f49a5a08640ea8edfff9a45cd9

Contents?: true

Size: 184 Bytes

Versions: 7

Compression:

Stored size: 184 Bytes

Contents

begin
  raise
rescue
  'foo'
end
#=> 'foo'

# test handles multiple code lines
# only only tests last line against expectation
str = ""
str << 'foo'
str << 'bar'
str
#=> 'foobar'



Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
tryouts-2.1.1 try/step3_try.rb
tryouts-2.1.0 try/step3_try.rb
tryouts-2.0.4 try/step3_try.rb
tryouts-2.0.3 try/step3_try.rb
tryouts-2.0.1.002 try/step3_try.rb
tryouts-2.0.1 try/step3_try.rb
tryouts-2.0.0 try/step3_try.rb