Method: RGSS::Rect#initialize
- Defined in:
- lib/rgss/stubs/rect.rb
#initialize ⇒ Rect #initialize(location, size) ⇒ Rect #initialize(x, y, width, height) ⇒ Rect
Creates a new instance of the RGSS::Rect class.
175 176 |
# File 'lib/rgss/stubs/rect.rb', line 175 def initialize(*args) end |