Method: LSL::ShellLike::Inner#p

Defined in:
lib/lsl/shell.rb

#p(*args) ⇒ Object



79
80
81
# File 'lib/lsl/shell.rb', line 79

def p(*args)
  ec "python -c " + args.join(" ")
end