Method: Ruby2D::Window.get

Defined in:
lib/ruby2d/window.rb

.get(sym, opts = nil) ⇒ Object



139
140
141
# File 'lib/ruby2d/window.rb', line 139

def get(sym, opts = nil)
  DSL.window.get(sym, opts)
end