Top Level Namespace
Defined Under Namespace
Classes: Filestring
Instance Method Summary collapse
Instance Method Details
#doc(filestring = nil) ⇒ Object
1 2 3 |
# File 'lib/filestring.rb', line 1 def doc(filestring=nil) $filestring = filestring end |
#help_me ⇒ Object
4 5 6 |
# File 'lib/filestring.rb', line 4 def help_me puts "#{$filestring}" end |