Class: Bundler::Commentate

Inherits:
Plugin::API
  • Object
show all
Defined in:
lib/bundler/commentate.rb,
lib/bundler/commentate/version.rb

Overview

Add gem summaries to a Gemfile.

Constant Summary collapse

VERSION =
'0.3.0'

Instance Method Summary collapse

Instance Method Details

#exec(command, args) ⇒ Object



15
16
17
# File 'lib/bundler/commentate.rb', line 15

def exec(command, args)
  send command, args
end