mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
12 lines
113 B
Ruby
12 lines
113 B
Ruby
|
5 + 5
|
||
|
|
||
|
module CoverageSpecs
|
||
|
|
||
|
class_eval <<-RUBY, __FILE__, __LINE__ + 1
|
||
|
attr_reader :ok
|
||
|
RUBY
|
||
|
|
||
|
end
|
||
|
|
||
|
4 + 4
|