class RequestMyTurn::WithoutBlock

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/request_my_turn.rb, line 15
def initialize
  super 'This service must be used with `block\'!'
end