Class: Textbringer::Command

Inherits:
Object
  • Object
show all
Defined in:
lib/textbringer/commands.rb,
sig/lib/textbringer/commands.rbs

Instance Method Summary collapse

Instance Method Details

#source_locationArray[untyped]

Returns:

  • (Array[untyped])


6
7
8
# File 'lib/textbringer/commands.rb', line 6

def source_location
  source_location_proc&.call || block.source_location
end