Method: Cuboid::System::Platforms::Base#_exec

Defined in:
lib/cuboid/system/platforms.rb

#_exec(cmd) ⇒ Object



72
73
74
# File 'lib/cuboid/system/platforms.rb', line 72

def _exec( cmd )
    %x(#{cmd})
end