Object
# File lib/clutter/actor.rb, line 21 def save_easing_state if block_given? save_easing_state_without_block begin yield ensure restore_easing_state end else save_easing_state_without_block end end
TODO: use prepend after Ruby 1.9 support is dropped.
Generated with the Darkfish Rdoc Generator 2.