Class: MorioBridge::Doctor

Inherits:
Object
  • Object
show all
Defined in:
lib/morio_bridge.rb

Class Method Summary collapse

Class Method Details

.runObject



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