struct

Similar::UnifiedDiffHunkRange

Inherits JSON::Serializable < Struct < Value < Object

Represents a range in a unified diff hunk.

Constructors

new(start : Int32, end __arg0 : Int32)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

start
Source
to_s(io : IO) : Nil

Same as #inspect(io).

Source