Top Level Namespace
Defined Under Namespace
Instance Method Summary collapse
-
#m ⇒ Object
_______METHODS __.
Instance Method Details
#m ⇒ Object
_______METHODS __
13 14 15 16 17 18 19 20 |
# File 'lib/data.rb', line 13 def m file =[] $file_list.each{|f| file.push(File.read("#$dir/#{f}"))} string = file.join(" \n") File.write("#$dir/#$var1", "#{string}") $textfield.delete('1.0','end') $textfield.insert('end', "#{string}") end |