Sha256: ccc5280daad7c8d03d8c87e189e2c2c9bbf27f5894acd886b157da510a7c2e89

Contents?: true

Size: 192 Bytes

Versions: 1

Compression:

Stored size: 192 Bytes

Contents

class TestDelegate < ProMotion::Delegate
  def on_load(app, options)
  end

  # Hack to make RM 2.0 work.
  # Ref: http://hipbyte.myjetbrains.com/youtrack/issue/RM-136
  def dealloc
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ProMotion-0.6.0 spec/helpers/test_delegate.rb