Class: Ferrum::CyclicObject

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/ferrum/frame/runtime.rb

Instance Method Summary collapse

Instance Method Details

#inspectObject



9
10
11
# File 'lib/ferrum/frame/runtime.rb', line 9

def inspect
  %(#<#{self.class} JavaScript object that cannot be represented in Ruby>)
end