Class: Booth::Syntaxes::Ip

Inherits:
Object
  • Object
show all
Includes:
Logging, MethodObject
Defined in:
lib/booth/syntaxes/ip.rb

Instance Method Summary collapse

Methods included from MethodObject

included

Instance Method Details

#callObject



9
10
11
12
# File 'lib/booth/syntaxes/ip.rb', line 9

def call
  # debug { "Checking IP address #{input.inspect} for valid syntax..." }
  check_blank.on_success { check_validity }
end