Sha256: 3d8f8073394dc6b5722c016595853e6128909d1a6bb0d83368e295d9be4d1e71

Contents?: true

Size: 213 Bytes

Versions: 12

Compression:

Stored size: 213 Bytes

Contents

require "native"

module Native
  module Helpers
    def aliases_native(native_names)
      native_names.each do |native_name|
        alias_native(native_name.underscore, native_name)
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
hyper-vis-1.0.1 lib/vis/native.rb
hyper-vis-1.0.0.lap34 lib/vis/native.rb
hyper-vis-1.0.0.lap33 lib/vis/native.rb
hyper-vis-1.0.0.lap32 lib/vis/native.rb
hyper-vis-1.0.0.lap31 lib/vis/native.rb
hyper-vis-1.0.0.lap30 lib/vis/native.rb
hyper-vis-1.0.0.lap29 lib/vis/native.rb
hyper-vis-1.0.0.lap28 lib/vis/native.rb
hyper-vis-1.0.0.lap27 lib/vis/native.rb
hyper-vis-1.0.0.lap26 lib/vis/native.rb
hyper-vis-1.0.0.lap25 lib/vis/native.rb
hyper-vis-1.0.0.lap24 lib/vis/native.rb