Method: Quality::RubySpawn#invocation
- Defined in:
- lib/quality/ruby_spawn.rb
#invocation ⇒ Object
11 12 13 14 15 16 17 |
# File 'lib/quality/ruby_spawn.rb', line 11 def invocation if !@args.empty? "#{cmd_with_ruby_hack_prefix} #{@args}" else cmd_with_ruby_hack_prefix.to_s end end |