class Timecop::SafeModeException
Public Class Methods
Source
# File lib/timecop/timecop.rb, line 257 def initialize super "Safe mode is enabled, only calls passing a block are allowed." end
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