class Lanes::GuardTasks::CustomMatchers

Attributes

client_matches[R]
server_matches[R]

Public Instance Methods

client(&block) click to toggle source
# File lib/lanes/guard_tasks.rb, line 14
def client(&block)
    @client_matches = block
end
server(&block) click to toggle source
# File lib/lanes/guard_tasks.rb, line 17
def server(&block)
    @server_matches = block
end