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

make public ERB::Compiler

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3375 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
seki 2003-01-20 12:11:35 +00:00
parent 7bd881187d
commit 49123e550a

View file

@ -13,8 +13,6 @@ end
# ERB::Compiler
class ERB
class Compiler
private
class ParcentLine
def initialize(compiler, str)
@compiler = compiler
@ -93,7 +91,6 @@ class ERB
list
end
public
def push_line(list, line)
re = SplitRegexp
line = line.split(re)