module Rails::Command

def rails_new_with_no_path?(args)

def rails_new_with_no_path?(args)
  args == ["new"]
end