Class: Deplate::Command::NOP
- Inherits:
-
Deplate::Command
- Object
- Element
- Deplate::Command
- Deplate::Command::NOP
- 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
#finish ⇒ Object
905 906 907 |
# File 'lib/deplate/commands.rb', line 905 def finish return self end |
#process ⇒ Object
909 910 |
# File 'lib/deplate/commands.rb', line 909 def process end |
#setup_command ⇒ Object
901 902 903 |
# File 'lib/deplate/commands.rb', line 901 def setup_command @embedable = false end |