Method: S7::S7Cli::EntryAddCommand#save
- Defined in:
- lib/s7/s7cli/entry_command.rb
#save ⇒ Object
機密情報を追加する。
341 342 343 344 345 |
# File 'lib/s7/s7cli/entry_command.rb', line 341 def save apply_entry_changes # TODO: undo スタックに操作を追加する。 world.entry_collection.add_entries(@entry) end |