Method: FlutterRb::PluginPubspecCheck#name

Defined in:
lib/flutter_rb/checks/plugin_pubspec_check.rb

#nameString

Returns the name of the check. The name is constructed by appending the capitalized pubspec_parameter to “PluginPubspecCheck”.

Returns:

  • (String)

    the name of the check



14
15
16
# File 'lib/flutter_rb/checks/plugin_pubspec_check.rb', line 14

def name
  "PluginPubspec#{pubspec_parameter.capitalize}Check"
end