(self, source_type='script', ruby_version='27')
| 53 | Shallow structure to make storing language-specific parameters cleaner |
| 54 | """ |
| 55 | def __init__(self, source_type='script', ruby_version='27'): |
| 56 | self.source_type = source_type |
| 57 | self.ruby_version = ruby_version |
| 58 | |
| 59 | |
| 60 | class SubsetParams(): |
nothing calls this directly
no outgoing calls
no test coverage detected