Class: Wxp::Command::Op::Gems

Inherits:
Wxp::Command::Op show all
Defined in:
lib/wxp/command/op/gems.rb

Instance Method Summary collapse

Methods inherited from Wxp::Command

options, run

Constructor Details

#initialize(argv) ⇒ Gems

Returns a new instance of Gems.



14
15
16
# File 'lib/wxp/command/op/gems.rb', line 14

def initialize(argv)
  super
end

Instance Method Details

#openGemsObject



26
27
28
29
# File 'lib/wxp/command/op/gems.rb', line 26

def openGems
  puts 'gem路径为:/Library/Ruby/Gems/'.green
  system 'open /Library/Ruby/Gems/'
end

#runObject



22
23
24
# File 'lib/wxp/command/op/gems.rb', line 22

def run
  openGems
end

#validate!Object



18
19
20
# File 'lib/wxp/command/op/gems.rb', line 18

def validate!
  super
end