⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Backport191
All Projects
Ruby
»
Backport191
Overview
Activity
Issues
Like
Download (198 Bytes)
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
« Previous
1
2
3
Next »
(1-1/3)
Loading...