Device.scriptWithComments constructor

Device.scriptWithComments(
  1. String id
)

Creates a Cisco IOS device that is scriptable and shows comments.

Implementation

Device.scriptWithComments(this.id)
  : _isScript = true,
    _areCommentsShown = true;