Sha256: 47f12da9378de603b88dc32cb0acc4b8440e058f9a7b87ab1c8b3d561d62a9a3

Contents?: true

Size: 225 Bytes

Versions: 1

Compression:

Stored size: 225 Bytes

Contents

require 'rubygems'
require 'simple-annotations'

class A
  using AnnotationRefinement

  annotate!

  
  §after -> { puts 'after' }
  §before -> { puts 'before' }
  def m1
    puts 'test'
  end

  
end



anA = A.new
anA.m1

Version data entries

1 entries across 1 versions & 1 rubygems

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