struct Sub

Defined in:

aspis/document.cr

Constructors

Instance Method Summary

Instance methods inherited from struct Op

initialize initialize

Constructor methods inherited from struct Op

new new

Constructor Detail

def self.new(selection : Selection, range : Range(Int32, Int32), string : String) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(selection _selection = @selection, range _range = @range, string _string = @string) #

[View source]
def ord #

[View source]
def range : Range(Int32, Int32) #

def selection : Selection #

def string : String #