Class: Booth::Syntaxes::Ip
- Inherits:
-
Object
- Object
- Booth::Syntaxes::Ip
- Includes:
- Logging, Calls
- Defined in:
- lib/booth/syntaxes/ip.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
11 12 13 14 |
# File 'lib/booth/syntaxes/ip.rb', line 11 def call # log { "Checking IP address #{input.inspect} for valid syntax..." } check_blank.on_success { check_validity } end |