Skip to content

Instantly share code, notes, and snippets.

View ladeeluc's full-sized avatar
🌴
On vacation

Laura Hatch ladeeluc

🌴
On vacation
View GitHub Profile
# Terminal Cheat Sheet
pwd # print working directory
ls # list files in directory
cd # change directory
~ # home directory
.. # up one directory
- # previous working directory
help # get help
-h # get help
@ladeeluc
ladeeluc / barewords_example.rb
Created December 17, 2019 02:47 — forked from sumanmukherjee03/barewords_example.rb
Another example of how to use barewords in ruby.
require 'rspec'
require 'forwardable'
RSpec.configure do |config|
config.mock_with :rspec
config.color_enabled = true
end
module Version
NUMBER = 1