Skip to content

Instantly share code, notes, and snippets.

@cawel
Created November 19, 2014 23:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cawel/df6bec78bd0822ccf81c to your computer and use it in GitHub Desktop.
Save cawel/df6bec78bd0822ccf81c to your computer and use it in GitHub Desktop.
blog-quiz-easy-9
require 'rubygems'
require 'fileutils'
puts File.expand_path(File.dirname(__FILE__))
FileUtils.mkdir 'test'
FileUtils.chdir 'test'
puts File.expand_path(File.dirname(__FILE__))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment