Top Level Namespace
Defined Under Namespace
Classes: Aggregate, Dimension, Review, SoMeter
Instance Method Summary collapse
Instance Method Details
#write_to_file(message) ⇒ Object
109 110 111 112 113 |
# File 'lib/test.rb', line 109 def write_to_file() File.open('test.txt', 'a') do |f2| f2.puts end end |