Method: FlutterRb::PluginPubspecCheck#description
- Defined in:
- lib/flutter_rb/checks/plugin_pubspec_check.rb
#description ⇒ String
Returns the description of the check. The description explains what the check is validating.
31 32 33 |
# File 'lib/flutter_rb/checks/plugin_pubspec_check.rb', line 31 def description "Validate Flutter plugin's #{pubspec_parameter} in pubspec.yaml" end |