class Mandoc::TextNode
[[:ascii::]]*
Public Instance Methods
Source
static VALUE
rb_node_m_text (VALUE self)
{
struct roff_node *node = RTYPEDDATA_DATA (self);
return node->string ? rb_str_new_cstr (node->string) : RUBY_Qnil;
}
[[:ascii::]]*
static VALUE
rb_node_m_text (VALUE self)
{
struct roff_node *node = RTYPEDDATA_DATA (self);
return node->string ? rb_str_new_cstr (node->string) : RUBY_Qnil;
}