Method: Verbal#tab

Defined in:
lib/verbal.rb

#tabObject

Matches the tab character.

Examples:

Find the tab character.

"\n\t" =~ Verbal.new { tab | # => 1


127
128
129
# File 'lib/verbal.rb', line 127

def tab
  append '\t'
end