Class: Deplate::Regions::UNKNOWN
Instance Method Summary
collapse
check_file, clean_strings, #deprecated_regnote, deprecated_regnote, #finish_accum, #format_compound, regions, register_as, set_line_cont, #setup
Methods inherited from Element
#join_lines, #join_lines_re_zh_cn
Instance Method Details
#finish ⇒ Object
172
173
174
175
176
177
178
|
# File 'lib/deplate/regions.rb', line 172
def finish
return nil
end
|
184
185
186
|
# File 'lib/deplate/regions.rb', line 184
def format_special
@deplate.formatter.format_unknown(self)
end
|
#process ⇒ Object
180
181
182
|
# File 'lib/deplate/regions.rb', line 180
def process
return self
end
|