From cc9c08e64539e02f73a451e69b0aea6d61a68267 Mon Sep 17 00:00:00 2001 From: Andres Duarte Date: Fri, 5 Aug 2016 03:33:31 +0000 Subject: [PATCH] created a variable --- .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 | 1 + 8 files changed, 1 insertion(+) 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..f5b5168 --- a/variable.rb +++ b/variable.rb @@ -1,2 +1,3 @@ + greeting = "Hello World" # Define a local variable called 'greeting', # give it the value of the string "Hello World"