class Example
Attributes
text[R]
Public Class Methods
new(args)
click to toggle source
# File lib/NaiveText/Example.rb, line 4 def initialize(args) load_text(args) end
Private Instance Methods
load_text(_args)
click to toggle source
# File lib/NaiveText/Example.rb, line 10 def load_text(_args) end