Class: String

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

Instance Method Summary collapse

Instance Method Details

#to_ftextObject



87
88
89
# File 'lib/rbtext/ftext.rb', line 87

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