Foo.private :printf
Namespace
- CLASS Foo::Unknown
Methods
Included Modules
Attributes
| [R] | i |
Class Public methods
new(s='FOO')
Link
Source: show
# File sample/drb/drbm.rb, line 34 def initialize(s='FOO') @hoge = Hoge.new(s) end
Instance Public methods