Method: FlutterRb::PluginPubspecCheck#name
- Defined in:
- lib/flutter_rb/checks/plugin_pubspec_check.rb
#name ⇒ String
Returns the name of the check. The name is constructed by appending the capitalized pubspec_parameter to “PluginPubspecCheck”.
14 15 16 |
# File 'lib/flutter_rb/checks/plugin_pubspec_check.rb', line 14 def name "PluginPubspec#{pubspec_parameter.capitalize}Check" end |