Sha256: e591cb82bfe6f4bd1d3603820cd700bbeaf429126def1a0ec74ae12e62b56f64

Contents?: true

Size: 117 Bytes

Versions: 29

Compression:

Stored size: 117 Bytes

Contents

class Boo
  def self.class_method
    "BooClass"
  end
end

class Woo < Boo
  def poo
  end
end

class Soo < Boo
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
padrino-core-0.15.3 test/fixtures/apps/stealthy/helpers/stealthy_class_helpers.rb
padrino-core-0.15.2 test/fixtures/apps/stealthy/helpers/stealthy_class_helpers.rb
padrino-core-0.15.1 test/fixtures/apps/stealthy/helpers/stealthy_class_helpers.rb
padrino-core-0.15.0 test/fixtures/apps/stealthy/helpers/stealthy_class_helpers.rb
padrino-core-0.14.4 test/fixtures/apps/stealthy/helpers/stealthy_class_helpers.rb
padrino-core-0.14.3 test/fixtures/apps/stealthy/helpers/stealthy_class_helpers.rb
padrino-core-0.12.9 test/fixtures/apps/stealthy/helpers/stealthy_class_helpers.rb
padrino-core-0.14.2 test/fixtures/apps/stealthy/helpers/stealthy_class_helpers.rb
padrino-core-0.13.3.4 test/fixtures/apps/stealthy/helpers/stealthy_class_helpers.rb
padrino-core-0.14.1.1 test/fixtures/apps/stealthy/helpers/stealthy_class_helpers.rb
padrino-core-0.14.1 test/fixtures/apps/stealthy/helpers/stealthy_class_helpers.rb
padrino-core-0.14.0.2 test/fixtures/apps/stealthy/helpers/stealthy_class_helpers.rb
padrino-core-0.14.0.1 test/fixtures/apps/stealthy/helpers/stealthy_class_helpers.rb
padrino-core-0.14.0 test/fixtures/apps/stealthy/helpers/stealthy_class_helpers.rb
padrino-core-0.14.0.rc2 test/fixtures/apps/stealthy/helpers/stealthy_class_helpers.rb
padrino-core-0.14.0.rc1 test/fixtures/apps/stealthy/helpers/stealthy_class_helpers.rb
padrino-core-0.13.3.3 test/fixtures/apps/stealthy/helpers/stealthy_class_helpers.rb
padrino-core-0.13.3.2 test/fixtures/apps/stealthy/helpers/stealthy_class_helpers.rb
padrino-core-0.12.8.1 test/fixtures/apps/stealthy/helpers/stealthy_class_helpers.rb
padrino-core-0.13.3.1 test/fixtures/apps/stealthy/helpers/stealthy_class_helpers.rb