summaryrefslogtreecommitdiffhomepage
path: root/mrblib
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2016-09-28 15:51:02 +0900
committerGitHub <[email protected]>2016-09-28 15:51:02 +0900
commit2d335daeeb1d50402041041c7a3531674a2e735a (patch)
treea224e6c6d052d05d5433298b17daa83d01de3872 /mrblib
parent9d3167cabe64b61ce707a00a3a3108b580cf5d11 (diff)
parent6511bfd79af479bd889a2d9250631a5ed78ecf51 (diff)
downloadmruby-2d335daeeb1d50402041041c7a3531674a2e735a.tar.gz
mruby-2d335daeeb1d50402041041c7a3531674a2e735a.zip
Merge pull request #3218 from nobu/trailing-space
Removed trailing spaces
Diffstat (limited to 'mrblib')
-rw-r--r--mrblib/hash.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/mrblib/hash.rb b/mrblib/hash.rb
index 782111459..4727b0870 100644
--- a/mrblib/hash.rb
+++ b/mrblib/hash.rb
@@ -201,7 +201,7 @@ class Hash
}.join(", ")+"}"
end
##
- # Return the contents of this hash as a string.
+ # Return the contents of this hash as a string.
#
# ISO 15.2.13.4.30 (x)
def inspect