travis-ci
1094 of 2027 relevant lines covered (53.97%)
0.54 hits per line
1 |
# frozen_string_literal: true
|
|
2 |
|
|
3 |
module Page |
1✔ |
4 |
class Basic |
1✔ |
5 |
attr_reader :title
|
1✔ |
6 |
|
|
7 |
def initialize(title:) |
1✔ |
8 |
@title = title
|
× |
9 |
end
|
|
10 |
end
|
|
11 |
end
|