Class: Steep::Subtyping::Result::Skip
- Inherits:
-
Base
show all
- Defined in:
- lib/steep/subtyping/result.rb
Instance Attribute Summary
Attributes inherited from Base
#relation
Instance Method Summary
collapse
Methods inherited from Base
#else, #initialize, #then
Instance Method Details
#failure? ⇒ Boolean
43
44
45
|
# File 'lib/steep/subtyping/result.rb', line 43
def failure?
false
end
|
#failure_path(path = []) ⇒ Object
47
48
49
|
# File 'lib/steep/subtyping/result.rb', line 47
def failure_path(path = [])
raise
end
|
#success? ⇒ Boolean
39
40
41
|
# File 'lib/steep/subtyping/result.rb', line 39
def success?
false
end
|