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
|
||||
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue