class Ferrum::CyclicObject

Public Instance Methods

inspect() click to toggle source
# File lib/ferrum/frame/runtime.rb, line 9
def inspect
  %(#<#{self.class} JavaScript object that cannot be represented in Ruby>)
end