Class: UnboundMethod

Inherits:
Object
  • Object
show all
Defined in:
lib/force_bind_rbx.rb

Overview

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at mozilla.org/MPL/2.0/.

Instance Method Summary collapse

Instance Method Details

#force_bind(object) ⇒ Object



9
10
11
# File 'lib/force_bind_rbx.rb', line 9

def force_bind(object)
  Method.new(object, defined_in, executable, name)
end