Module: ThinkamiHelloFileWriter

Defined in:
lib/thinkami_hello_file_writer.rb,
lib/thinkami_hello_file_writer/version.rb

Defined Under Namespace

Classes: Error

Constant Summary collapse

VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.write_fileObject



8
9
10
11
# File 'lib/thinkami_hello_file_writer.rb', line 8

def self.write_file
  puts Dir.pwd
  File.open('file_by_gem', 'w', 0755) { |f| f.puts 'open and write by gem.' }
end