# File lib/algebrick/types.rb, line 24 def maybe match self, on(None, nil), on(Some) { yield value } end