Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 291 Bytes

MsaRangeSpec.md

File metadata and controls

20 lines (14 loc) · 291 Bytes

Falcon::MsaRangeSpec

Properties

Name Type Description Notes
from Float
to Float

Example

require 'crimson-falcon'

instance = Falcon::MsaRangeSpec.new(
  from: null,
  to: null
)