Class: MorioBridge::Doctor
- Inherits:
-
Object
- Object
- MorioBridge::Doctor
- Defined in:
- lib/morio_bridge.rb
Class Method Summary collapse
Class Method Details
.run ⇒ Object
19 20 21 22 23 24 25 26 27 |
# File 'lib/morio_bridge.rb', line 19 def self.run stats = JSON.pretty_generate({ current_dir: Dir.pwd, bun_path: `which bun`.strip, bun_version: `bun --version`.strip }) puts stats end |