Sha256: caee25f40440c5c234f24710a2b083e8fb8b9f533ed1282612823a464490d172

Contents?: true

Size: 166 Bytes

Versions: 7

Compression:

Stored size: 166 Bytes

Contents

require File.join(File.dirname(__FILE__), 'test_class')

class Bclass < Aclass
  
  def configure_another(text)
    default "Hey"
    a_string(text)
    
  end
  
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jeckyl-0.4.0 test/test_subclass.rb
jeckyl-0.3.7 test/test_subclass.rb
jeckyl-0.2.7 test/test_subclass.rb
jeckyl-0.2.5 test/test_subclass.rb
jeckyl-0.2.4 test/test_subclass.rb
jeckyl-0.2.3 test/test_subclass.rb
jeckyl-0.2.1 test/test_subclass.rb