Module: Semmy::RubyGems
Instance Method Summary collapse
Instance Method Details
#build_and_test_install ⇒ Object
5 6 7 8 |
# File 'lib/semmy/ruby_gems.rb', line 5 def build_and_test_install Shell.sub_process_output(`#{command}`) $?.success? end |