From b04383a713dab51076fc383907cc0c4f15bdfdc1 Mon Sep 17 00:00:00 2001 From: Tomas Toledo Date: Wed, 24 Aug 2016 22:23:46 +0000 Subject: [PATCH] Done. --- .learn | 0 .rspec | 0 CONTRIBUTING.md | 0 LICENSE.md | 0 README.md | 0 spec/spec_helper.rb | 0 spec/variable_spec.rb | 0 variable.rb | 2 +- 8 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 .learn mode change 100644 => 100755 .rspec mode change 100644 => 100755 CONTRIBUTING.md mode change 100644 => 100755 LICENSE.md mode change 100644 => 100755 README.md mode change 100644 => 100755 spec/spec_helper.rb mode change 100644 => 100755 spec/variable_spec.rb mode change 100644 => 100755 variable.rb diff --git a/.learn b/.learn old mode 100644 new mode 100755 diff --git a/.rspec b/.rspec old mode 100644 new mode 100755 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md old mode 100644 new mode 100755 diff --git a/LICENSE.md b/LICENSE.md old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb old mode 100644 new mode 100755 diff --git a/spec/variable_spec.rb b/spec/variable_spec.rb old mode 100644 new mode 100755 diff --git a/variable.rb b/variable.rb old mode 100644 new mode 100755 index 12b0726..0c5eba2 --- a/variable.rb +++ b/variable.rb @@ -1,2 +1,2 @@ - # Define a local variable called 'greeting', +greeting="Hello World" # give it the value of the string "Hello World"