# File lib/facets/more/nullclass.rb, line 39
  def method_missing(sym, *args)
    return nil if sym.to_s[-1,1] == '?'
    self
  end