codice: class Foo def initialize @v = 'value' end end class Bar < Foo def doh @v end end Bar.new.doh # => "value"
class Foo def initialize @v = 'value' end end class Bar < Foo def doh @v end end Bar.new.doh # => "value"
DNSimple - Domain Management Automation
Regole del Forum