Project

General

Profile

Backport #2472 » types.rb

target script - avsej (Sergey Avseyev), 12/10/2009 07:43 PM

 
module YAML
#
# Base class
#
class Object
def foo(opts = {})
"foo"
end
end

#
# Another class
#
class DomainType
def bar(opts = {})
"bar"
end
end
end
(1-1/3)