Module: Jekyll::Filter

Defined in:
lib/jekyll-js-protect.rb

Instance Method Summary collapse

Instance Method Details

#email_protect(input) ⇒ Object



5
6
7
# File 'lib/jekyll-js-protect.rb', line 5

def email_protect(input)
  render(input, 'email_protect')
end

#string_protect(input) ⇒ Object



13
14
15
# File 'lib/jekyll-js-protect.rb', line 13

def string_protect(input)
  render(input, 'string_protect')
end

#tel_protect(input) ⇒ Object



9
10
11
# File 'lib/jekyll-js-protect.rb', line 9

def tel_protect(input)
  render(input, 'tel_protect')
end