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

* test/erb/test_erb.rb (test/erb/test_erb.rb): removed trailing spaces.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22805 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-03-07 03:35:44 +00:00
parent 882900d2d4
commit 466e33b863

View file

@ -234,7 +234,7 @@ EOS
klass.module_eval do
def_erb_method('hello_world', erb)
end
assert(klass.new.respond_to?('hello_world'))
assert(klass.new.respond_to?('hello_world'))
end
def test_def_method_without_filename