rock-core / tools-roby

The roby plan manager
Other
3 stars 11 forks source link

define TaskArguments#key? and deprecate #has_key? #159

Closed doudou closed 4 years ago

doudou commented 4 years ago

The class is meant to match Hash's base API as much as possible, and #key? is preferred by rubocop. Note that (as documented), one should prefer {#set?} or {#assigned?}