// Ruby.primitive! :string_template
static String* create_from_template(STATE, FIXNUM count, FIXNUM pattern);
static String* create_from_template(STATE, FIXNUM count, String* pattern);
|
Pastie
Support Pastie
or read my
Pastie << self
blog
// Ruby.primitive! :string_template
static String* create_from_template(STATE, FIXNUM count, FIXNUM pattern);
static String* create_from_template(STATE, FIXNUM count, String* pattern);
|