1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* remove trailing spaces, append newline at EOF.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
svn 2017-05-07 12:05:36 +00:00
parent 95e8c48dd3
commit 6bc742bc6d
30 changed files with 37 additions and 31 deletions

View file

@ -17,4 +17,4 @@ class Object
def be_false
BeFalseMatcher.new
end
end
end

View file

@ -17,4 +17,4 @@ class Object
def be_nil
BeNilMatcher.new
end
end
end

View file

@ -17,4 +17,4 @@ class Object
def be_true
BeTrueMatcher.new
end
end
end

View file

@ -75,4 +75,4 @@ class Object
def equal_element(*args)
EqualElementMatcher.new(*args)
end
end
end

View file

@ -9,4 +9,4 @@ class Object
def have_class_variable(variable)
HaveClassVariableMatcher.new(variable)
end
end
end

View file

@ -9,4 +9,4 @@ class Object
def have_instance_variable(variable)
HaveInstanceVariableMatcher.new(variable)
end
end
end