You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a lower-level Params::Types::Map type, which Params::Types::Enum will inherit from. This type will allow defining an arbitrary mapping of String values to other Ruby objects:
param:arch,Map['x86-64'=>:x86_64,
...
],desc: 'The architecture to compile for'
The text was updated successfully, but these errors were encountered:
Add a lower-level
Params::Types::Map
type, whichParams::Types::Enum
will inherit from. This type will allow defining an arbitrary mapping of String values to other Ruby objects:The text was updated successfully, but these errors were encountered: