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



905
906
907
# File 'lib/deplate/commands.rb', line 905

def finish
    return self
end

#processObject



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

def process
end

#setup_commandObject



901
902
903
# File 'lib/deplate/commands.rb', line 901

def setup_command
    @embedable = false
end