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:
parent
7bd881187d
commit
49123e550a
1 changed files with 0 additions and 3 deletions
|
@ -13,8 +13,6 @@ end
|
||||||
# ERB::Compiler
|
# ERB::Compiler
|
||||||
class ERB
|
class ERB
|
||||||
class Compiler
|
class Compiler
|
||||||
private
|
|
||||||
|
|
||||||
class ParcentLine
|
class ParcentLine
|
||||||
def initialize(compiler, str)
|
def initialize(compiler, str)
|
||||||
@compiler = compiler
|
@compiler = compiler
|
||||||
|
@ -93,7 +91,6 @@ class ERB
|
||||||
list
|
list
|
||||||
end
|
end
|
||||||
|
|
||||||
public
|
|
||||||
def push_line(list, line)
|
def push_line(list, line)
|
||||||
re = SplitRegexp
|
re = SplitRegexp
|
||||||
line = line.split(re)
|
line = line.split(re)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue