Skip to content

Instantly share code, notes, and snippets.

@kiko
Created December 11, 2009 10:59
Show Gist options
  • Save kiko/254138 to your computer and use it in GitHub Desktop.
Save kiko/254138 to your computer and use it in GitHub Desktop.
>> S.current_client.geometry
=> #<Subtlext::Geometry:0x842ec94 @x=0, @y=1050, @width=1022, @height=382>
>> S.current_client.geometry = [0, 1050, 500, 382]
=> [0, 1050, 500, 382]
>> S.current_client.geometry
=> #<Subtlext::Geometry:0x86d4c2c @x=263, @y=1242, @width=496, @height=382>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment