Class: NXOS

Inherits:
Oxidized::Model show all
Defined in:
lib/oxidized/model/nxos.rb

Instance Attribute Summary

Attributes inherited from Oxidized::Model

#input, #node

Instance Method Summary collapse

Methods inherited from Oxidized::Model

cfg, #cfg, cfgs, cmd, #cmd, cmds, comment, #comment, expect, #expect, expects, #expects, #get, inherited, #output, post, pre, prompt, #prompt, #screenscrape, #send

Methods included from Oxidized::Config::Vars

#vars

Instance Method Details

#filter(cfg) ⇒ Object



5
6
7
8
# File 'lib/oxidized/model/nxos.rb', line 5

def filter(cfg)
  cfg.gsub! /\r\n?/, "\n"
  cfg.gsub! prompt, ''
end