class SuchMeta::Fetcher
Attributes
tag_type[R]
Public Class Methods
new(tag_type)
click to toggle source
# File lib/such_meta/fetcher.rb, line 5 def initialize(tag_type) @tag_type = tag_type end
Public Instance Methods
call()
click to toggle source
# File lib/such_meta/fetcher.rb, line 13 def call fail OverrideInSubclassError end
content?()
click to toggle source
# File lib/such_meta/fetcher.rb, line 9 def content? call end