Class: Mulang::Expectation::V2
Instance Attribute Summary
Attributes inherited from Standard
#binding, #inspection
Instance Method Summary
collapse
Methods inherited from Standard
#check!, #custom?, #initialize, parse, #standard?, #to_h, #translate, #translate!, valid?
Instance Method Details
#as_v2 ⇒ Object
96
97
98
|
# File 'lib/mulang/expectation/standard.rb', line 96
def as_v2
self
end
|
#binding? ⇒ Boolean
88
89
90
|
# File 'lib/mulang/expectation/standard.rb', line 88
def binding?
true
end
|
#inspection? ⇒ Boolean
92
93
94
|
# File 'lib/mulang/expectation/standard.rb', line 92
def inspection?
true
end
|