Module: D3::Native
- Includes:
- Native
- Included in:
- ArcGenerator, AreaGenerator, Axis, BandScale, Bisector, Color, ContinuousScale, Creator, Curve, DsvFormat, EaseBack, EaseElastic, EasePoly, FormatLocale, FormatSpecifier, Histogram, LineGenerator, Map, Map, OrdinalScale, Path, PieGenerator, PointScale, Quad, QuadTree, QuantileScale, QuantizeScale, RadialAreaGenerator, RadialLineGenerator, Selection, SequentialScale, Set, StackGenerator, SymbolGenerator, SymbolType, ThresholdScale, TimeFormatLocale, TimeInterval
- Defined in:
- lib/opal/d3/native.rb
Defined Under Namespace
Modules: Helpers
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.included(klass) ⇒ Object
11 12 13 |
# File 'lib/opal/d3/native.rb', line 11 def self.included(klass) klass.extend Helpers end |
Instance Method Details
#initialize(native) ⇒ Object
6 7 8 9 |
# File 'lib/opal/d3/native.rb', line 6 def initialize(native) raise unless native @native = native end |