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