class GetVersion::Web
Private Instance Methods
run_command(command)
click to toggle source
# File lib/get_version/web.rb, line 12 def run_command(command) IO::popen command do |pipe| pipe.gets end end
# File lib/get_version/web.rb, line 12 def run_command(command) IO::popen command do |pipe| pipe.gets end end