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