Module: GLib::Shell

Defined in:
ext/glib2/rbglib_shell.c

Class Method Summary collapse

Class Method Details

.parseObject



14
15
16
# File 'ext/glib2/rbglib_shell.c', line 14

static VALUE
shell_parse(self, command_line)
VALUE self, command_line;

.quoteObject



36
37
38
# File 'ext/glib2/rbglib_shell.c', line 36

static VALUE
shell_quote(self, unquoted_string)
VALUE self, unquoted_string;

.unquoteObject



43
44
45
# File 'ext/glib2/rbglib_shell.c', line 43

static VALUE
shell_unquote(self, quoted_string)
VALUE self, quoted_string;