class Timecop::SafeModeException

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/timecop/timecop.rb, line 257
def initialize
  super "Safe mode is enabled, only calls passing a block are allowed."
end