summaryrefslogtreecommitdiff
path: root/examples/basic_usage.rb
diff options
context:
space:
mode:
authorMarcus Stollsteimer <sto.mar@web.de>2012-11-27 07:21:17 +0100
committerMarcus Stollsteimer <sto.mar@web.de>2012-11-27 07:21:17 +0100
commit8d4d51bdacd6c38c64ca036476cfcdeea046d4bf (patch)
treea756e2cf705849f8cb1852624898bc1cceac6d89 /examples/basic_usage.rb
parent38001cb5e755bdb1e4590757023049a9901fb68e (diff)
downloadhighline-8d4d51bdacd6c38c64ca036476cfcdeea046d4bf.tar.gz
Removing trailing whitespace.
Diffstat (limited to 'examples/basic_usage.rb')
-rw-r--r--examples/basic_usage.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/basic_usage.rb b/examples/basic_usage.rb
index d9ab2a9..3f9b5aa 100644
--- a/examples/basic_usage.rb
+++ b/examples/basic_usage.rb
@@ -23,13 +23,13 @@ class NameClass
def initialize(first, last)
@first, @last = first, last
end
-
+
attr_reader :first, :last
end
begin
entry = Hash.new
-
+
# basic output
say("Enter a contact:")