Module: Rubycc::Doctor
- Defined in:
- lib/rubycc/doctor.rb,
lib/rubycc/doctor/cli.rb,
lib/rubycc/doctor/builder.rb,
lib/rubycc/doctor/fetcher.rb,
lib/rubycc/doctor/gemfile.rb,
lib/rubycc/doctor/verified_gems.rb
Overview
rubycc doctor: the adoption-check command (ROADMAP §6 "M3 完了後のツール"). Given an application's Gemfile.lock/Gemfile it reports, per gem, whether rubycc can build its C extension — first from the shipped build-verified database, then by an on-the-spot build for anything unverified.
Defined Under Namespace
Modules: Gemfile Classes: Builder, CLI, Fetcher, VerifiedGems