Class: SubString

Inherits:
SubObject
  • Object
show all
Defined in:
lib/sub_string.rb

Overview

Child class of SubObject for String: SubString

See for detail the full reference in the top page SubString and in Github and also SubObject and that in Github

Author:

  • Masa Sakano (Wise Babel Ltd)

Constant Summary collapse

TO_SOURCE_METHOD =

Symbol of the method that projects to (returns) the original-like instance; e.g., :to_str for String. The value should be overwritten in the child class of SubObject.

:to_str