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
165
166
167
168
169
170
171
|
# File 'lib/deplate/regions.rb', line 165
def finish
return nil
end
|
177
178
179
|
# File 'lib/deplate/regions.rb', line 177
def format_special
@deplate.formatter.format_unknown(self)
end
|
#process ⇒ Object
173
174
175
|
# File 'lib/deplate/regions.rb', line 173
def process
return self
end
|