class VCR::Request::Typed
def real?
- Note: - VCR allows `:ignored` and `:recordable` requests to be made for real.
Returns:
-
(Boolean)
- whether or not this request will be made for real.
def real? ignored? || recordable? end
(Boolean)
- whether or not this request will be made for real.
def real? ignored? || recordable? end