Optional RubyGem

Is anyone familiar with the RubyGem Optional? I’m trying to figure out how to map a something from a Some[thing] to None. The examples provided in the docs only show how to map from None => None and Some[thing] => Some[thing] and not Some[thing] => None.

Optional

Optional Docs