mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update to ruby/spec@9277d27
This commit is contained in:
parent
ce986b41ca
commit
201d501640
17 changed files with 209 additions and 6 deletions
11
spec/ruby/library/coverage/fixtures/eval_code.rb
Normal file
11
spec/ruby/library/coverage/fixtures/eval_code.rb
Normal file
|
@ -0,0 +1,11 @@
|
|||
5 + 5
|
||||
|
||||
module CoverageSpecs
|
||||
|
||||
class_eval <<-RUBY, __FILE__, __LINE__ + 1
|
||||
attr_reader :ok
|
||||
RUBY
|
||||
|
||||
end
|
||||
|
||||
4 + 4
|
Loading…
Add table
Add a link
Reference in a new issue