Sha256: 442825cfe91897b220d690e41ba6ffa241809fc2edc73f478077cb18d2c8fed0

Contents?: true

Size: 120 Bytes

Versions: 5

Compression:

Stored size: 120 Bytes

Contents

module Hihi
  class << self
    module_eval %{
      def hello
        puts "win"
      end
    }
  end
end

Hihi.hello

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fasterer-0.1.4 spec/support/analyzer/03_module_eval.rb
fasterer-0.1.3 spec/support/analyzer/03_module_eval.rb
fasterer-0.1.2 spec/support/analyzer/03_module_eval.rb
fasterer-0.1.1 spec/support/analyzer/03_module_eval.rb
fasterer-0.1.0 spec/support/analyzer/03_module_eval.rb