31 32 33
# File 'ext/utsname/utsname.c', line 31 static VALUE getSysname(VALUE obj) { return rb_str_new_cstr(sysname) ; }