# File lib/type_checker.rb, line 747 def process_nil(exp) # don't do a fucking thing until... we have something to do # HACK: wtf to do here? (what type is nil?!?!) return t(:nil, Type.value) end