This website requires JavaScript.
Explore
Help
Register
Sign In
exercism
/
analyzer-pipeline
Watch
1
Star
0
Fork
0
You've already forked analyzer-pipeline
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e837b6f5d79497fe11d739120d4c2645dc6f2010
analyzer-pipeline
/
lib
/
pipeline
/
validation
/
fixture_check_error.rb
9 lines
127 B
Ruby
Raw
Normal View
History
Unescape
Escape
Tidy up imports/requires to use Zeitwerk
2019-10-14 15:39:18 +01:00
module
Pipeline::Validation
class
FixtureCheckError
<
StandardError
Refactor to tag builds correctly
2019-08-15 14:00:52 +01:00
Tidy up imports/requires to use Zeitwerk
2019-10-14 15:39:18 +01:00
def
initialize
(
*
args
)
super
end
Refactor to tag builds correctly
2019-08-15 14:00:52 +01:00
end
end
Reference in New Issue
Copy Permalink