module Bundler::Canary
Constants
- VERSION
Public Class Methods
alive?()
click to toggle source
# File lib/bundler/canary.rb, line 5 def self.alive? puts "Yes" exit 0 end
# File lib/bundler/canary.rb, line 5 def self.alive? puts "Yes" exit 0 end