Flowdock
missing_name?(name) public

Was this exception raised because the given name was missing?

begin
  HelloWorld
rescue NameError => e
  e.missing_name?("HelloWorld")
end
# => true
Show source
Register or log in to add new notes.