class Object

Public Instance Methods

__binding__() click to toggle source
# File lib/shiritori/convert.rb, line 27
def __binding__
  ::Kernel.binding
end
__to_s__() click to toggle source
# File lib/shiritori/convert.rb, line 21
def __to_s__
  inspect
end