Method: Fastlane::Actions::EnsureNoDebugCodeAction.description
- Defined in:
- fastlane/lib/fastlane/actions/ensure_no_debug_code.rb
.description ⇒ Object
53 54 55 |
# File 'fastlane/lib/fastlane/actions/ensure_no_debug_code.rb', line 53 def self.description "Ensures the given text is nowhere in the code base" end |