class Textbringer::FundamentalMode

Public Instance Methods

symbol_pattern() click to toggle source
# File lib/textbringer/modes/fundamental_mode.rb, line 3
def symbol_pattern
  /[\p{Letter}\p{Number}_]/
end