Method: PDK::Context::ControlRepo#pdk_compatible?
- Defined in:
- lib/pdk/context/control_repo.rb
#pdk_compatible? ⇒ Boolean
17 18 19 20 21 |
# File 'lib/pdk/context/control_repo.rb', line 17 def pdk_compatible? # Currently there is nothing to determine compatibility with the PDK for a # Control Repo. For now assume everything is compatible true end |