Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/rbtext/ftext.rb

Instance Method Summary collapse

Instance Method Details

#to_ftextObject



57
58
59
# File 'lib/rbtext/ftext.rb', line 57

def to_ftext
  RBText::Ftext.new self.to_s
end