Exception: PREP::Core::ReRenderJump

Inherits:
StandardError
  • Object
show all
Defined in:
lib/core/drawable.rb

Overview

再描画時に元の場所まで戻ったときにその時のリージョンセットを伴って戻る例外

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(region) ⇒ ReRenderJump

Returns a new instance of ReRenderJump.



15
16
17
# File 'lib/core/drawable.rb', line 15

def initialize(region)
  @region = region
end

Instance Attribute Details

#regionObject (readonly)

Returns the value of attribute region.



13
14
15
# File 'lib/core/drawable.rb', line 13

def region
  @region
end