lib/evil/client/names.rb in evil-client-3.0.2 vs lib/evil/client/names.rb in evil-client-3.0.3

- old
+ new

@@ -45,11 +45,15 @@ singleton_class tap to_s to_str token_auth + load_dependency + unloadable + require_or_load + require_dependency ].freeze # Matches whether a name can be used in operations/scopes/options - FORMAT = /^[a-z]([a-z\d_])*[a-z\d]$/ + FORMAT = /^[a-z]([a-z\d_])*[a-z\d]$/.freeze end end