Sha256: aceea0849202a0e496a48a9ff7603311ef25eb43a6b5bb832cf0e4b46aa1f685

Contents?: true

Size: 155 Bytes

Versions: 8

Compression:

Stored size: 155 Bytes

Contents

module D3
  class Creator
    include D3::Native
  end

  class << self
    def creator(name)
      D3::Creator.new @d3.JS.creator(name)
    end
  end
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
hyper-d3-1.0.0.lap28 lib/d3/creator.rb
hyper-d3-1.0.0.lap27 lib/d3/creator.rb
hyper-d3-1.0.0.lap26 lib/d3/creator.rb
hyper-d3-1.0.0.lap25 lib/d3/creator.rb
hyper-d3-1.0.0.lap24 lib/d3/creator.rb
hyper-d3-1.0.0.lap23 lib/d3/creator.rb
opal-d3-0.0.20170822 lib/opal/d3/creator.rb
opal-d3-0.0.20170205 lib/opal/d3/creator.rb