class Grape::Util::Lazy::Base

instead of enumerating the concrete subclasses.
machinery. Call sites can type-check with +is_a?(Grape::Util::Lazy::Base)+
Abstract parent for lazy wrappers used by the remount/configuration

def to_s

def to_s
  evaluate.to_s
end