Sha256: 36adef16ea40e0b9b751a1ea8644263159b7f87a18bff8b8ade7dc5db31bce9a

Contents?: true

Size: 209 Bytes

Versions: 1

Compression:

Stored size: 209 Bytes

Contents

require 'rubygems'
require 'simple-annotations'

class A
  using AnnotationRefinement

  annotate!

  §test 'string'
  def method
    return annotations(__callee__)
  end

  
end



anA = A.new
pp anA.method

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
simple-annotations-1.0.0 samples/test_base.rb