class Regexy::Web::Hashtag

Constants

HASHTAG

Public Class Methods

new(*args) click to toggle source
Calls superclass method Regexy::Regexp::new
# File lib/regexy/web/hashtag.rb, line 8
def initialize(*args)
  super(HASHTAG, *args)
end