Class: Wikilink::Converter::Sites::RubyTaiwan
- Inherits:
-
RubyChina
- Object
- Wikilink::Converter::Site
- RubyChina
- Wikilink::Converter::Sites::RubyTaiwan
- Defined in:
- lib/wikilink/converter/sites/ruby_china.rb
Constant Summary
Constants inherited from Wikilink::Converter::Site
Wikilink::Converter::Site::CURRENT_SITE_NAME, Wikilink::Converter::Site::DEFAULT_NAMESPACE
Instance Attribute Summary
Attributes inherited from Wikilink::Converter::Site
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ RubyTaiwan
constructor
A new instance of RubyTaiwan.
Methods inherited from RubyChina
#run_namespace_node, #run_namespace_topic
Methods included from HTMLAttributes
Methods included from LinkHelper
Methods inherited from Wikilink::Converter::Site
#default_namespace, #namespace, #run
Methods included from ArgumentExtractor
Constructor Details
#initialize(options = {}) ⇒ RubyTaiwan
Returns a new instance of RubyTaiwan.
34 35 36 37 38 39 40 |
# File 'lib/wikilink/converter/sites/ruby_china.rb', line 34 def initialize( = {}) if [:name] != CURRENT_SITE [:domain] ||= 'http://ruby-taiwan.org/' end super() end |