1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/spec/ruby/library/coverage/fixtures/eval_code.rb

12 lines
113 B
Ruby
Raw Normal View History

2020-09-30 06:21:48 -04:00
5 + 5
module CoverageSpecs
class_eval <<-RUBY, __FILE__, __LINE__ + 1
attr_reader :ok
RUBY
end
4 + 4