class Airbrake::Config::Validator

def valid_project_id?(config)

Experimental RBS support (using type sampling data from the type_fusion project).

def valid_project_id?: (Airbrake::Config config) -> true

This signature was generated using 9 samples from 1 application.

def valid_project_id?(config)
  return true if config.project_id.to_i > 0
  false
end