401ed7d3cf
git-svn-id: file:///home/svn/framework3/trunk@14071 4d416f70-5f16-0410-b530-b9f4589650da
15 lines
205 B
Ruby
15 lines
205 B
Ruby
# This assumes you're on a recent ubuntu
|
|
# TODO - enforce this, or split it out...
|
|
|
|
module Lab
|
|
module Modifier
|
|
module Dos
|
|
|
|
def ping(target)
|
|
run_command("ping #{filter_input(target)}")
|
|
end
|
|
|
|
end
|
|
end
|
|
end
|