module RaaP module Value class Bottom < BasicObject def inspect = "#" def class = Bottom end end end