Class: D3::RadialLineGenerator
- Inherits:
-
Object
- Object
- D3::RadialLineGenerator
- Includes:
- Native
- Defined in:
- lib/opal/d3/radial_line.rb
Instance Method Summary collapse
Methods included from Native
Instance Method Details
#call(*args) ⇒ Object
5 6 7 8 |
# File 'lib/opal/d3/radial_line.rb', line 5 def call(*args) result = @native.call(*args) `result === null ? nil : result` end |