Class: Deplate::Command::NOP

Inherits:
Deplate::Command show all
Defined in:
lib/deplate/commands.rb

Instance Method Summary collapse

Methods inherited from Deplate::Command

commands, #format_special, register_as, #setup, update_variables

Methods included from Names

name_match_c, name_match_fs, name_match_sf

Methods inherited from Element

#join_lines, #join_lines_re_zh_cn

Instance Method Details

#finishObject



913
914
915
# File 'lib/deplate/commands.rb', line 913

def finish
    return self
end

#processObject



917
918
# File 'lib/deplate/commands.rb', line 917

def process
end

#setup_commandObject



909
910
911
# File 'lib/deplate/commands.rb', line 909

def setup_command
    @embedable = false
end