Skip to content

Instantly share code, notes, and snippets.

@sonots
Created July 29, 2014 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sonots/551689f166e9b3cf4aa4 to your computer and use it in GitHub Desktop.
Save sonots/551689f166e9b3cf4aa4 to your computer and use it in GitHub Desktop.
trace require 'uri'
#0:hoge.rb:5::-: require 'uri'
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:38:Kernel:>: def require path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:39:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:183:MonitorMixin:>: def mon_enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:184:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:185:MonitorMixin:-: @mon_mutex.lock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:186:MonitorMixin:-: @mon_owner = Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:188:MonitorMixin:-: @mon_count += 1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:189:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:41:Kernel:-: path = path.to_path if path.respond_to? :to_path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:43:Kernel:-: spec = Gem.find_unresolved_default_spec(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1090:Gem:>: def find_unresolved_default_spec(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1091:Gem:-: Gem.suffixes.each do |suffix|
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:881:Gem:>: def self.suffixes
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:889:Gem:-: ].compact.uniq
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:890:Gem:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1096:Gem:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:44:Kernel:-: if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:52:Kernel:-: if Gem::Specification.unresolved_deps.empty? then
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1156:Gem::Specification:>: def self.unresolved_deps
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1157:Gem::Specification:-: @unresolved_deps ||= Hash.new { |h, n| h[n] = Gem::Dependency.new n }
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1158:Gem::Specification:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:53:Kernel:-: begin
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:194:MonitorMixin:>: def mon_exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:195:MonitorMixin:-: mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:244:MonitorMixin:>: def mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:245:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:248:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:196:MonitorMixin:-: @mon_count -=1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:197:MonitorMixin:-: if @mon_count == 0
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:199:MonitorMixin:-: @mon_mutex.unlock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:201:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:Kernel:-: return gem_original_require(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri.rb:96::-: module URI
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri.rb:96::C: module URI
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri.rb:98::-: VERSION_CODE = '000911'.freeze
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri.rb:99::-: VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri.rb:99::-: VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri.rb:99::-: VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri.rb:99::-: VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri.rb:102::E: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri.rb:104::-: require 'uri/common'
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:38:Kernel:>: def require path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:39:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:183:MonitorMixin:>: def mon_enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:184:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:185:MonitorMixin:-: @mon_mutex.lock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:186:MonitorMixin:-: @mon_owner = Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:188:MonitorMixin:-: @mon_count += 1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:189:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:41:Kernel:-: path = path.to_path if path.respond_to? :to_path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:43:Kernel:-: spec = Gem.find_unresolved_default_spec(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1090:Gem:>: def find_unresolved_default_spec(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1091:Gem:-: Gem.suffixes.each do |suffix|
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:881:Gem:>: def self.suffixes
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:889:Gem:-: ].compact.uniq
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:890:Gem:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1096:Gem:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:44:Kernel:-: if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:52:Kernel:-: if Gem::Specification.unresolved_deps.empty? then
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1156:Gem::Specification:>: def self.unresolved_deps
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1157:Gem::Specification:-: @unresolved_deps ||= Hash.new { |h, n| h[n] = Gem::Dependency.new n }
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1158:Gem::Specification:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:53:Kernel:-: begin
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:194:MonitorMixin:>: def mon_exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:195:MonitorMixin:-: mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:244:MonitorMixin:>: def mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:245:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:248:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:196:MonitorMixin:-: @mon_count -=1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:197:MonitorMixin:-: if @mon_count == 0
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:199:MonitorMixin:-: @mon_mutex.unlock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:201:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:Kernel:-: return gem_original_require(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:12::-: module URI
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:12::C: module URI
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:16::-: module REGEXP
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:16::C: module REGEXP
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:20::-: module PATTERN
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:20::C: module PATTERN
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:28::-: ALPHA = "a-zA-Z"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:30::-: ALNUM = "#{ALPHA}\\d"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:34::-: HEX = "a-fA-F\\d"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:36::-: ESCAPED = "%[#{HEX}]{2}"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:40::-: UNRESERVED = "\\-_.!~*'()#{ALNUM}"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:45::-: RESERVED = ";/?:@&=+$,\\[\\]"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:48::-: DOMLABEL = "(?:[#{ALNUM}](?:[-#{ALNUM}]*[#{ALNUM}])?)"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:50::-: TOPLABEL = "(?:[#{ALPHA}](?:[-#{ALNUM}]*[#{ALNUM}])?)"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:52::-: HOSTNAME = "(?:#{DOMLABEL}\\.)*#{TOPLABEL}\\.?"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:55::E: end # PATTERN
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:58::E: end # REGEXP
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:64::-: class Parser
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:64::C: class Parser
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:65::-: include REGEXP
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:99::-: def initialize(opts = {})
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:112::-: attr_reader :pattern
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:117::-: attr_reader :regexp
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:120::-: def split(uri)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:209::-: def parse(uri)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:235::-: def join(*uris)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:261::-: def extract(str, schemes = nil)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:274::-: def make_regexp(schemes = nil)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:299::-: def escape(str, unsafe = @regexp[:UNSAFE])
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:330::-: def unescape(str, escaped = @regexp[:ESCAPED])
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:334::-: @@to_s = Kernel.instance_method(:to_s)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:335::-: def inspect
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:339::-: private
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:342::-: def initialize_pattern(opts = {})
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:500::-: def initialize_regexp(pattern)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:531::-: def convert_to_uri(uri)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:542::E: end # class Parser
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:545::-: DEFAULT_PARSER = Parser.new
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:99:URI::Parser:>: def initialize(opts = {})
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:100:URI::Parser:-: @pattern = initialize_pattern(opts)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:342:URI::Parser:>: def initialize_pattern(opts = {})
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:343:URI::Parser:-: ret = {}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:344:URI::Parser:-: ret[:ESCAPED] = escaped = (opts.delete(:ESCAPED) || PATTERN::ESCAPED)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:344:URI::Parser:-: ret[:ESCAPED] = escaped = (opts.delete(:ESCAPED) || PATTERN::ESCAPED)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:345:URI::Parser:-: ret[:UNRESERVED] = unreserved = opts.delete(:UNRESERVED) || PATTERN::UNRESERVED
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:346:URI::Parser:-: ret[:RESERVED] = reserved = opts.delete(:RESERVED) || PATTERN::RESERVED
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:347:URI::Parser:-: ret[:DOMLABEL] = opts.delete(:DOMLABEL) || PATTERN::DOMLABEL
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:348:URI::Parser:-: ret[:TOPLABEL] = opts.delete(:TOPLABEL) || PATTERN::TOPLABEL
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:349:URI::Parser:-: ret[:HOSTNAME] = hostname = opts.delete(:HOSTNAME)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:356:URI::Parser:-: ret[:URIC] = uric = "(?:[#{unreserved}#{reserved}]|#{escaped})"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:359:URI::Parser:-: ret[:URIC_NO_SLASH] = uric_no_slash = "(?:[#{unreserved};?:@&=+$,]|#{escaped})"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:361:URI::Parser:-: ret[:QUERY] = query = "#{uric}*"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:363:URI::Parser:-: ret[:FRAGMENT] = fragment = "#{uric}*"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:367:URI::Parser:-: unless hostname
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:368:URI::Parser:-: ret[:HOSTNAME] = hostname = "(?:[a-zA-Z0-9\\-.]|%\\h\\h)+"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:382:URI::Parser:-: ret[:IPV4ADDR] = ipv4addr = "\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:384:URI::Parser:-: hex4 = "[#{PATTERN::HEX}]{1,4}"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:386:URI::Parser:-: lastpart = "(?:#{hex4}|#{ipv4addr})"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:388:URI::Parser:-: hexseq1 = "(?:#{hex4}:)*#{hex4}"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:390:URI::Parser:-: hexseq2 = "(?:#{hex4}:)*#{lastpart}"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:392:URI::Parser:-: ret[:IPV6ADDR] = ipv6addr = "(?:#{hexseq2}|(?:#{hexseq1})?::(?:#{hexseq2})?)"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:398:URI::Parser:-: ret[:IPV6REF] = ipv6ref = "\\[#{ipv6addr}\\]"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:402:URI::Parser:-: ret[:HOST] = host = "(?:#{hostname}|#{ipv4addr}|#{ipv6ref})"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:404:URI::Parser:-: port = '\d*'
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:406:URI::Parser:-: ret[:HOSTPORT] = hostport = "#{host}(?::#{port})?"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:410:URI::Parser:-: ret[:USERINFO] = userinfo = "(?:[#{unreserved};:&=+$,]|#{escaped})*"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:414:URI::Parser:-: pchar = "(?:[#{unreserved}:@&=+$,]|#{escaped})"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:416:URI::Parser:-: param = "#{pchar}*"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:418:URI::Parser:-: segment = "#{pchar}*(?:;#{param})*"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:420:URI::Parser:-: ret[:PATH_SEGMENTS] = path_segments = "#{segment}(?:/#{segment})*"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:423:URI::Parser:-: server = "(?:#{userinfo}@)?#{hostport}"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:426:URI::Parser:-: ret[:REG_NAME] = reg_name = "(?:[#{unreserved}$,;:@&=+]|#{escaped})+"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:428:URI::Parser:-: authority = "(?:#{server}|#{reg_name})"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:432:URI::Parser:-: ret[:REL_SEGMENT] = rel_segment = "(?:[#{unreserved};@&=+$,]|#{escaped})+"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:435:URI::Parser:-: ret[:SCHEME] = scheme = "[#{PATTERN::ALPHA}][\\-+.#{PATTERN::ALPHA}\\d]*"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:438:URI::Parser:-: ret[:ABS_PATH] = abs_path = "/#{path_segments}"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:440:URI::Parser:-: ret[:REL_PATH] = rel_path = "#{rel_segment}(?:#{abs_path})?"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:442:URI::Parser:-: ret[:NET_PATH] = net_path = "//#{authority}(?:#{abs_path})?"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:445:URI::Parser:-: ret[:HIER_PART] = hier_part = "(?:#{net_path}|#{abs_path})(?:\\?(?:#{query}))?"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:447:URI::Parser:-: ret[:OPAQUE_PART] = opaque_part = "#{uric_no_slash}#{uric}*"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:450:URI::Parser:-: ret[:ABS_URI] = abs_uri = "#{scheme}:(?:#{hier_part}|#{opaque_part})"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:452:URI::Parser:-: ret[:REL_URI] = rel_uri = "(?:#{net_path}|#{abs_path}|#{rel_path})(?:\\?#{query})?"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:455:URI::Parser:-: ret[:URI_REF] = "(?:#{abs_uri}|#{rel_uri})?(?:##{fragment})?"
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:457:URI::Parser:-: ret[:X_ABS_URI] = "
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:477:URI::Parser:-: ret[:X_REL_URI] = "
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:496:URI::Parser:-: ret
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:497:URI::Parser:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:101:URI::Parser:-: @pattern.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:101:URI::Parser:-: @pattern.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:101:URI::Parser:-: @pattern.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:101:URI::Parser:-: @pattern.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:101:URI::Parser:-: @pattern.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:101:URI::Parser:-: @pattern.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:101:URI::Parser:-: @pattern.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:101:URI::Parser:-: @pattern.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:101:URI::Parser:-: @pattern.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:101:URI::Parser:-: @pattern.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:101:URI::Parser:-: @pattern.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:101:URI::Parser:-: @pattern.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:101:URI::Parser:-: @pattern.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:101:URI::Parser:-: @pattern.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:101:URI::Parser:-: @pattern.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:101:URI::Parser:-: @pattern.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:101:URI::Parser:-: @pattern.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:101:URI::Parser:-: @pattern.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:101:URI::Parser:-: @pattern.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:101:URI::Parser:-: @pattern.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:101:URI::Parser:-: @pattern.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:101:URI::Parser:-: @pattern.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:101:URI::Parser:-: @pattern.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:101:URI::Parser:-: @pattern.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:101:URI::Parser:-: @pattern.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:101:URI::Parser:-: @pattern.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:101:URI::Parser:-: @pattern.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:101:URI::Parser:-: @pattern.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:101:URI::Parser:-: @pattern.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:101:URI::Parser:-: @pattern.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:101:URI::Parser:-: @pattern.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:102:URI::Parser:-: @pattern.freeze
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:104:URI::Parser:-: @regexp = initialize_regexp(@pattern)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:500:URI::Parser:>: def initialize_regexp(pattern)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:501:URI::Parser:-: ret = {}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:504:URI::Parser:-: ret[:ABS_URI] = Regexp.new('\A\s*' + pattern[:X_ABS_URI] + '\s*\z', Regexp::EXTENDED)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:505:URI::Parser:-: ret[:REL_URI] = Regexp.new('\A\s*' + pattern[:X_REL_URI] + '\s*\z', Regexp::EXTENDED)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:508:URI::Parser:-: ret[:URI_REF] = Regexp.new(pattern[:URI_REF])
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:509:URI::Parser:-: ret[:ABS_URI_REF] = Regexp.new(pattern[:X_ABS_URI], Regexp::EXTENDED)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:510:URI::Parser:-: ret[:REL_URI_REF] = Regexp.new(pattern[:X_REL_URI], Regexp::EXTENDED)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:513:URI::Parser:-: ret[:ESCAPED] = Regexp.new(pattern[:ESCAPED])
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:514:URI::Parser:-: ret[:UNSAFE] = Regexp.new("[^#{pattern[:UNRESERVED]}#{pattern[:RESERVED]}]")
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:517:URI::Parser:-: ret[:SCHEME] = Regexp.new("\\A#{pattern[:SCHEME]}\\z")
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:518:URI::Parser:-: ret[:USERINFO] = Regexp.new("\\A#{pattern[:USERINFO]}\\z")
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:519:URI::Parser:-: ret[:HOST] = Regexp.new("\\A#{pattern[:HOST]}\\z")
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:520:URI::Parser:-: ret[:PORT] = Regexp.new("\\A#{pattern[:PORT]}\\z")
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:521:URI::Parser:-: ret[:OPAQUE] = Regexp.new("\\A#{pattern[:OPAQUE_PART]}\\z")
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:522:URI::Parser:-: ret[:REGISTRY] = Regexp.new("\\A#{pattern[:REG_NAME]}\\z")
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:523:URI::Parser:-: ret[:ABS_PATH] = Regexp.new("\\A#{pattern[:ABS_PATH]}\\z")
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:524:URI::Parser:-: ret[:REL_PATH] = Regexp.new("\\A#{pattern[:REL_PATH]}\\z")
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:525:URI::Parser:-: ret[:QUERY] = Regexp.new("\\A#{pattern[:QUERY]}\\z")
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:526:URI::Parser:-: ret[:FRAGMENT] = Regexp.new("\\A#{pattern[:FRAGMENT]}\\z")
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:528:URI::Parser:-: ret
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:529:URI::Parser:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:105:URI::Parser:-: @regexp.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:105:URI::Parser:-: @regexp.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:105:URI::Parser:-: @regexp.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:105:URI::Parser:-: @regexp.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:105:URI::Parser:-: @regexp.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:105:URI::Parser:-: @regexp.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:105:URI::Parser:-: @regexp.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:105:URI::Parser:-: @regexp.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:105:URI::Parser:-: @regexp.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:105:URI::Parser:-: @regexp.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:105:URI::Parser:-: @regexp.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:105:URI::Parser:-: @regexp.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:105:URI::Parser:-: @regexp.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:105:URI::Parser:-: @regexp.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:105:URI::Parser:-: @regexp.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:105:URI::Parser:-: @regexp.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:105:URI::Parser:-: @regexp.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:105:URI::Parser:-: @regexp.each_value {|v| v.freeze}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:106:URI::Parser:-: @regexp.freeze
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:107:URI::Parser:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:546::-: DEFAULT_PARSER.pattern.each_pair do |sym, str|
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:547::-: unless REGEXP::PATTERN.const_defined?(sym)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:547::-: unless REGEXP::PATTERN.const_defined?(sym)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:547::-: unless REGEXP::PATTERN.const_defined?(sym)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:547::-: unless REGEXP::PATTERN.const_defined?(sym)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:547::-: unless REGEXP::PATTERN.const_defined?(sym)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:547::-: unless REGEXP::PATTERN.const_defined?(sym)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:547::-: unless REGEXP::PATTERN.const_defined?(sym)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:548::-: REGEXP::PATTERN.const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:547::-: unless REGEXP::PATTERN.const_defined?(sym)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:548::-: REGEXP::PATTERN.const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:547::-: unless REGEXP::PATTERN.const_defined?(sym)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:548::-: REGEXP::PATTERN.const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:547::-: unless REGEXP::PATTERN.const_defined?(sym)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:548::-: REGEXP::PATTERN.const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:547::-: unless REGEXP::PATTERN.const_defined?(sym)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:548::-: REGEXP::PATTERN.const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:547::-: unless REGEXP::PATTERN.const_defined?(sym)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:548::-: REGEXP::PATTERN.const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:547::-: unless REGEXP::PATTERN.const_defined?(sym)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:548::-: REGEXP::PATTERN.const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:547::-: unless REGEXP::PATTERN.const_defined?(sym)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:548::-: REGEXP::PATTERN.const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:547::-: unless REGEXP::PATTERN.const_defined?(sym)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:548::-: REGEXP::PATTERN.const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:547::-: unless REGEXP::PATTERN.const_defined?(sym)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:548::-: REGEXP::PATTERN.const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:547::-: unless REGEXP::PATTERN.const_defined?(sym)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:548::-: REGEXP::PATTERN.const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:547::-: unless REGEXP::PATTERN.const_defined?(sym)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:548::-: REGEXP::PATTERN.const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:547::-: unless REGEXP::PATTERN.const_defined?(sym)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:548::-: REGEXP::PATTERN.const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:547::-: unless REGEXP::PATTERN.const_defined?(sym)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:548::-: REGEXP::PATTERN.const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:547::-: unless REGEXP::PATTERN.const_defined?(sym)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:548::-: REGEXP::PATTERN.const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:547::-: unless REGEXP::PATTERN.const_defined?(sym)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:548::-: REGEXP::PATTERN.const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:547::-: unless REGEXP::PATTERN.const_defined?(sym)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:548::-: REGEXP::PATTERN.const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:547::-: unless REGEXP::PATTERN.const_defined?(sym)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:548::-: REGEXP::PATTERN.const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:547::-: unless REGEXP::PATTERN.const_defined?(sym)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:548::-: REGEXP::PATTERN.const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:547::-: unless REGEXP::PATTERN.const_defined?(sym)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:548::-: REGEXP::PATTERN.const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:547::-: unless REGEXP::PATTERN.const_defined?(sym)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:548::-: REGEXP::PATTERN.const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:547::-: unless REGEXP::PATTERN.const_defined?(sym)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:548::-: REGEXP::PATTERN.const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:547::-: unless REGEXP::PATTERN.const_defined?(sym)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:548::-: REGEXP::PATTERN.const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:547::-: unless REGEXP::PATTERN.const_defined?(sym)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:548::-: REGEXP::PATTERN.const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:551::-: DEFAULT_PARSER.regexp.each_pair do |sym, str|
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:552::-: const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:552::-: const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:552::-: const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:552::-: const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:552::-: const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:552::-: const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:552::-: const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:552::-: const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:552::-: const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:552::-: const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:552::-: const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:552::-: const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:552::-: const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:552::-: const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:552::-: const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:552::-: const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:552::-: const_set(sym, str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:555::-: module Util # :nodoc:
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:555::C: module Util # :nodoc:
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:556::-: def make_components_hash(klass, array_hash)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:584::-: module_function :make_components_hash
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:585::E: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:588::-: module Escape
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:588::C: module Escape
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:621::-: def escape(*arg)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:625::-: alias encode escape
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:647::-: def unescape(*arg)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:651::-: alias decode unescape
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:652::E: end # module Escape
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:654::-: extend Escape
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:655::-: include REGEXP
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:657::-: @@schemes = {}
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:659::-: def self.scheme_list
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:666::-: class Error < StandardError; end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:666::C: class Error < StandardError; end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:666::E: class Error < StandardError; end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:670::-: class InvalidURIError < Error; end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:670::C: class InvalidURIError < Error; end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:670::E: class InvalidURIError < Error; end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:674::-: class InvalidComponentError < Error; end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:674::C: class InvalidComponentError < Error; end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:674::E: class InvalidComponentError < Error; end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:678::-: class BadURIError < Error; end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:678::C: class BadURIError < Error; end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:678::E: class BadURIError < Error; end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:711::-: def self.split(uri)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:746::-: def self.parse(uri)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:784::-: def self.join(*str)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:812::-: def self.extract(str, schemes = nil, &block)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:847::-: def self.regexp(schemes = nil)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:851::-: TBLENCWWWCOMP_ = {} # :nodoc:
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:852::-: 256.times do |i|
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:853::-: TBLENCWWWCOMP_[i.chr] = '%%%02X' % i
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:855::-: TBLENCWWWCOMP_[' '] = '+'
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:856::-: TBLENCWWWCOMP_.freeze
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:857::-: TBLDECWWWCOMP_ = {} # :nodoc:
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:858::-: 256.times do |i|
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:859::-: h, l = i>>4, i&15
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:860::-: TBLDECWWWCOMP_['%%%X%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:861::-: TBLDECWWWCOMP_['%%%x%X' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:862::-: TBLDECWWWCOMP_['%%%X%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:863::-: TBLDECWWWCOMP_['%%%x%x' % [h, l]] = i.chr
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:865::-: TBLDECWWWCOMP_['+'] = ' '
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:866::-: TBLDECWWWCOMP_.freeze
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:868::-: HTML5ASCIIINCOMPAT = [Encoding::UTF_7, Encoding::UTF_16BE, Encoding::UTF_16LE,
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:882::-: def self.encode_www_form_component(str, enc=nil)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:900::-: def self.decode_www_form_component(str, enc=Encoding::UTF_8)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:932::-: def self.encode_www_form(enum, enc=nil)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:968::-: def self.decode_www_form(str, enc=Encoding::UTF_8, separator: '&', use__charset_: false, isindex: false)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:1007::-: private
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:1009::-: WEB_ENCODINGS_ = {
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:1218::-: def self.get_encoding(label)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:1221::E: end # module URI
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:1223::-: module Kernel
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:1223::C: module Kernel
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:1228::-: def URI(uri)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:1238::-: module_function :URI
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb:1239::E: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:57:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:183:MonitorMixin:>: def mon_enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:184:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:185:MonitorMixin:-: @mon_mutex.lock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:186:MonitorMixin:-: @mon_owner = Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:188:MonitorMixin:-: @mon_count += 1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:189:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:143:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:194:MonitorMixin:>: def mon_exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:195:MonitorMixin:-: mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:244:MonitorMixin:>: def mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:245:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:248:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:196:MonitorMixin:-: @mon_count -=1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:197:MonitorMixin:-: if @mon_count == 0
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:199:MonitorMixin:-: @mon_mutex.unlock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:201:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:Kernel:<: return gem_original_require(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri.rb:105::-: require 'uri/generic'
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:38:Kernel:>: def require path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:39:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:183:MonitorMixin:>: def mon_enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:184:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:185:MonitorMixin:-: @mon_mutex.lock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:186:MonitorMixin:-: @mon_owner = Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:188:MonitorMixin:-: @mon_count += 1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:189:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:41:Kernel:-: path = path.to_path if path.respond_to? :to_path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:43:Kernel:-: spec = Gem.find_unresolved_default_spec(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1090:Gem:>: def find_unresolved_default_spec(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1091:Gem:-: Gem.suffixes.each do |suffix|
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:881:Gem:>: def self.suffixes
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:889:Gem:-: ].compact.uniq
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:890:Gem:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1096:Gem:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:44:Kernel:-: if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:52:Kernel:-: if Gem::Specification.unresolved_deps.empty? then
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1156:Gem::Specification:>: def self.unresolved_deps
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1157:Gem::Specification:-: @unresolved_deps ||= Hash.new { |h, n| h[n] = Gem::Dependency.new n }
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1158:Gem::Specification:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:53:Kernel:-: begin
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:194:MonitorMixin:>: def mon_exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:195:MonitorMixin:-: mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:244:MonitorMixin:>: def mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:245:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:248:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:196:MonitorMixin:-: @mon_count -=1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:197:MonitorMixin:-: if @mon_count == 0
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:199:MonitorMixin:-: @mon_mutex.unlock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:201:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:Kernel:-: return gem_original_require(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:10::-: require 'uri/common'
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:38:Kernel:>: def require path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:39:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:183:MonitorMixin:>: def mon_enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:184:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:185:MonitorMixin:-: @mon_mutex.lock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:186:MonitorMixin:-: @mon_owner = Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:188:MonitorMixin:-: @mon_count += 1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:189:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:41:Kernel:-: path = path.to_path if path.respond_to? :to_path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:43:Kernel:-: spec = Gem.find_unresolved_default_spec(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1090:Gem:>: def find_unresolved_default_spec(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1091:Gem:-: Gem.suffixes.each do |suffix|
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:881:Gem:>: def self.suffixes
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:889:Gem:-: ].compact.uniq
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:890:Gem:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1096:Gem:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:44:Kernel:-: if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:52:Kernel:-: if Gem::Specification.unresolved_deps.empty? then
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1156:Gem::Specification:>: def self.unresolved_deps
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1157:Gem::Specification:-: @unresolved_deps ||= Hash.new { |h, n| h[n] = Gem::Dependency.new n }
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1158:Gem::Specification:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:53:Kernel:-: begin
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:194:MonitorMixin:>: def mon_exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:195:MonitorMixin:-: mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:244:MonitorMixin:>: def mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:245:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:248:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:196:MonitorMixin:-: @mon_count -=1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:197:MonitorMixin:-: if @mon_count == 0
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:199:MonitorMixin:-: @mon_mutex.unlock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:201:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:Kernel:-: return gem_original_require(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:57:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:183:MonitorMixin:>: def mon_enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:184:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:185:MonitorMixin:-: @mon_mutex.lock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:186:MonitorMixin:-: @mon_owner = Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:188:MonitorMixin:-: @mon_count += 1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:189:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:143:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:194:MonitorMixin:>: def mon_exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:195:MonitorMixin:-: mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:244:MonitorMixin:>: def mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:245:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:248:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:196:MonitorMixin:-: @mon_count -=1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:197:MonitorMixin:-: if @mon_count == 0
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:199:MonitorMixin:-: @mon_mutex.unlock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:201:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:Kernel:<: return gem_original_require(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:12::-: module URI
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:12::C: module URI
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:18::-: class Generic
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:18::C: class Generic
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:19::-: include URI
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:24::-: DEFAULT_PORT = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:29::-: def self.default_port
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:36::-: def default_port
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:43::-: COMPONENT = [
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:54::-: def self.component
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:61::-: USE_REGISTRY = false
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:67::-: def self.use_registry
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:83::-: def self.build2(args)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:121::-: def self.build(args)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:173::-: def initialize(scheme,
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:228::-: attr_reader :scheme
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:250::-: attr_reader :host
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:258::-: attr_reader :port
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:264::-: attr_reader :registry
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:270::-: attr_reader :path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:276::-: attr_reader :query
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:286::-: attr_reader :opaque
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:292::-: attr_reader :fragment
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:298::-: def parser
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:307::-: def replace!(oth)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:316::-: private :replace!
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:321::-: def component
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:328::-: def check_scheme(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:336::-: private :check_scheme
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:342::-: def set_scheme(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:345::-: protected :set_scheme
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:370::-: def scheme=(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:385::-: def check_userinfo(user, password = nil)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:394::-: private :check_userinfo
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:403::-: def check_user(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:418::-: private :check_user
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:427::-: def check_password(v, user = @user)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:446::-: private :check_password
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:451::-: def userinfo=(userinfo)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:483::-: def user=(user)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:512::-: def password=(password)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:523::-: def set_userinfo(user, password = nil)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:532::-: protected :set_userinfo
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:538::-: def set_user(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:542::-: protected :set_user
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:548::-: def set_password(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:552::-: protected :set_password
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:556::-: def split_userinfo(ui)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:562::-: private :split_userinfo
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:565::-: def escape_userpass(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:568::-: private :escape_userpass
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:571::-: def userinfo
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:582::-: def user
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:587::-: def password
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:598::-: def check_host(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:611::-: private :check_host
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:617::-: def set_host(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:620::-: protected :set_host
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:645::-: def host=(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:660::-: def hostname
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:678::-: def hostname=(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:690::-: def check_port(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:703::-: private :check_port
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:709::-: def set_port(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:719::-: protected :set_port
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:744::-: def port=(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:757::-: def check_registry(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:773::-: private :check_registry
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:779::-: def set_registry(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:782::-: protected :set_registry
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:797::-: def registry=(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:811::-: def check_path(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:836::-: private :check_path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:842::-: def set_path(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:845::-: protected :set_path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:870::-: def path=(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:883::-: def check_query(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:901::-: private :check_query
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:907::-: def set_query(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:910::-: protected :set_query
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:935::-: def query=(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:948::-: def check_opaque(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:964::-: private :check_opaque
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:970::-: def set_opaque(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:973::-: protected :set_opaque
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:988::-: def opaque=(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:997::-: def check_fragment(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1007::-: private :check_fragment
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1013::-: def set_fragment(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1016::-: protected :set_fragment
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1041::-: def fragment=(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1050::-: def hierarchical?
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1061::-: def absolute?
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1068::-: alias absolute absolute?
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1073::-: def relative?
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1080::-: def split_path(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1083::-: private :split_path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1089::-: def merge_path(base, rel)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1150::-: private :merge_path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1171::-: def merge!(oth)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1199::-: def merge(oth)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1238::-: alias + merge
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1242::-: def merge0(oth)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1263::-: private :merge0
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1266::-: def route_from_path(src, dst)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1301::-: private :route_from_path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1305::-: def route_from0(oth)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1352::-: private :route_from0
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1373::-: def route_from(oth)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1393::-: alias - route_from
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1413::-: def route_to(oth)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1420::-: def normalize
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1429::-: def normalize!
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1442::-: def path_query
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1449::-: private :path_query
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1454::-: def to_s
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1498::-: def ==(oth)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1506::-: def hash
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1510::-: def eql?(oth)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1530::-: def component_ary
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1535::-: protected :component_ary
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1554::-: def select(*components)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1565::-: @@to_s = Kernel.instance_method(:to_s)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1566::-: def inspect
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1589::-: def coerce(oth)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1613::-: def find_proxy
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1674::E: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb:1675::E: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:57:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:183:MonitorMixin:>: def mon_enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:184:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:185:MonitorMixin:-: @mon_mutex.lock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:186:MonitorMixin:-: @mon_owner = Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:188:MonitorMixin:-: @mon_count += 1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:189:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:143:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:194:MonitorMixin:>: def mon_exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:195:MonitorMixin:-: mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:244:MonitorMixin:>: def mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:245:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:248:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:196:MonitorMixin:-: @mon_count -=1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:197:MonitorMixin:-: if @mon_count == 0
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:199:MonitorMixin:-: @mon_mutex.unlock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:201:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:Kernel:<: return gem_original_require(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri.rb:106::-: require 'uri/ftp'
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:38:Kernel:>: def require path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:39:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:183:MonitorMixin:>: def mon_enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:184:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:185:MonitorMixin:-: @mon_mutex.lock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:186:MonitorMixin:-: @mon_owner = Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:188:MonitorMixin:-: @mon_count += 1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:189:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:41:Kernel:-: path = path.to_path if path.respond_to? :to_path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:43:Kernel:-: spec = Gem.find_unresolved_default_spec(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1090:Gem:>: def find_unresolved_default_spec(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1091:Gem:-: Gem.suffixes.each do |suffix|
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:881:Gem:>: def self.suffixes
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:889:Gem:-: ].compact.uniq
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:890:Gem:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1096:Gem:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:44:Kernel:-: if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:52:Kernel:-: if Gem::Specification.unresolved_deps.empty? then
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1156:Gem::Specification:>: def self.unresolved_deps
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1157:Gem::Specification:-: @unresolved_deps ||= Hash.new { |h, n| h[n] = Gem::Dependency.new n }
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1158:Gem::Specification:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:53:Kernel:-: begin
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:194:MonitorMixin:>: def mon_exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:195:MonitorMixin:-: mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:244:MonitorMixin:>: def mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:245:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:248:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:196:MonitorMixin:-: @mon_count -=1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:197:MonitorMixin:-: if @mon_count == 0
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:199:MonitorMixin:-: @mon_mutex.unlock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:201:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:Kernel:-: return gem_original_require(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ftp.rb:10::-: require 'uri/generic'
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:38:Kernel:>: def require path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:39:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:183:MonitorMixin:>: def mon_enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:184:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:185:MonitorMixin:-: @mon_mutex.lock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:186:MonitorMixin:-: @mon_owner = Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:188:MonitorMixin:-: @mon_count += 1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:189:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:41:Kernel:-: path = path.to_path if path.respond_to? :to_path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:43:Kernel:-: spec = Gem.find_unresolved_default_spec(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1090:Gem:>: def find_unresolved_default_spec(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1091:Gem:-: Gem.suffixes.each do |suffix|
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:881:Gem:>: def self.suffixes
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:889:Gem:-: ].compact.uniq
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:890:Gem:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1096:Gem:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:44:Kernel:-: if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:52:Kernel:-: if Gem::Specification.unresolved_deps.empty? then
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1156:Gem::Specification:>: def self.unresolved_deps
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1157:Gem::Specification:-: @unresolved_deps ||= Hash.new { |h, n| h[n] = Gem::Dependency.new n }
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1158:Gem::Specification:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:53:Kernel:-: begin
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:194:MonitorMixin:>: def mon_exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:195:MonitorMixin:-: mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:244:MonitorMixin:>: def mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:245:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:248:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:196:MonitorMixin:-: @mon_count -=1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:197:MonitorMixin:-: if @mon_count == 0
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:199:MonitorMixin:-: @mon_mutex.unlock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:201:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:Kernel:-: return gem_original_require(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:57:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:183:MonitorMixin:>: def mon_enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:184:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:185:MonitorMixin:-: @mon_mutex.lock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:186:MonitorMixin:-: @mon_owner = Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:188:MonitorMixin:-: @mon_count += 1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:189:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:143:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:194:MonitorMixin:>: def mon_exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:195:MonitorMixin:-: mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:244:MonitorMixin:>: def mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:245:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:248:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:196:MonitorMixin:-: @mon_count -=1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:197:MonitorMixin:-: if @mon_count == 0
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:199:MonitorMixin:-: @mon_mutex.unlock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:201:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:Kernel:<: return gem_original_require(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ftp.rb:12::-: module URI
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ftp.rb:12::C: module URI
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ftp.rb:22::-: class FTP < Generic
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ftp.rb:22::C: class FTP < Generic
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ftp.rb:24::-: DEFAULT_PORT = 21
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ftp.rb:29::-: COMPONENT = [
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ftp.rb:42::-: TYPECODE = ['a', 'i', 'd'].freeze
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ftp.rb:46::-: TYPECODE_PREFIX = ';type='.freeze
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ftp.rb:48::-: def self.new2(user, password, host, port, path,
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ftp.rb:95::-: def self.build(args)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ftp.rb:132::-: def initialize(*arg)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ftp.rb:153::-: attr_reader :typecode
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ftp.rb:158::-: def check_typecode(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ftp.rb:166::-: private :check_typecode
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ftp.rb:172::-: def set_typecode(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ftp.rb:175::-: protected :set_typecode
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ftp.rb:201::-: def typecode=(typecode)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ftp.rb:207::-: def merge(oth) # :nodoc:
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ftp.rb:233::-: def path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ftp.rb:238::-: def set_path(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ftp.rb:241::-: protected :set_path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ftp.rb:244::-: def to_s
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ftp.rb:257::E: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ftp.rb:258::-: @@schemes['FTP'] = FTP
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ftp.rb:259::E: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:57:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:183:MonitorMixin:>: def mon_enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:184:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:185:MonitorMixin:-: @mon_mutex.lock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:186:MonitorMixin:-: @mon_owner = Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:188:MonitorMixin:-: @mon_count += 1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:189:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:143:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:194:MonitorMixin:>: def mon_exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:195:MonitorMixin:-: mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:244:MonitorMixin:>: def mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:245:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:248:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:196:MonitorMixin:-: @mon_count -=1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:197:MonitorMixin:-: if @mon_count == 0
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:199:MonitorMixin:-: @mon_mutex.unlock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:201:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:Kernel:<: return gem_original_require(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri.rb:107::-: require 'uri/http'
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:38:Kernel:>: def require path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:39:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:183:MonitorMixin:>: def mon_enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:184:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:185:MonitorMixin:-: @mon_mutex.lock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:186:MonitorMixin:-: @mon_owner = Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:188:MonitorMixin:-: @mon_count += 1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:189:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:41:Kernel:-: path = path.to_path if path.respond_to? :to_path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:43:Kernel:-: spec = Gem.find_unresolved_default_spec(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1090:Gem:>: def find_unresolved_default_spec(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1091:Gem:-: Gem.suffixes.each do |suffix|
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:881:Gem:>: def self.suffixes
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:889:Gem:-: ].compact.uniq
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:890:Gem:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1096:Gem:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:44:Kernel:-: if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:52:Kernel:-: if Gem::Specification.unresolved_deps.empty? then
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1156:Gem::Specification:>: def self.unresolved_deps
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1157:Gem::Specification:-: @unresolved_deps ||= Hash.new { |h, n| h[n] = Gem::Dependency.new n }
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1158:Gem::Specification:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:53:Kernel:-: begin
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:194:MonitorMixin:>: def mon_exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:195:MonitorMixin:-: mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:244:MonitorMixin:>: def mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:245:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:248:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:196:MonitorMixin:-: @mon_count -=1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:197:MonitorMixin:-: if @mon_count == 0
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:199:MonitorMixin:-: @mon_mutex.unlock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:201:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:Kernel:-: return gem_original_require(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/http.rb:10::-: require 'uri/generic'
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:38:Kernel:>: def require path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:39:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:183:MonitorMixin:>: def mon_enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:184:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:185:MonitorMixin:-: @mon_mutex.lock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:186:MonitorMixin:-: @mon_owner = Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:188:MonitorMixin:-: @mon_count += 1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:189:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:41:Kernel:-: path = path.to_path if path.respond_to? :to_path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:43:Kernel:-: spec = Gem.find_unresolved_default_spec(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1090:Gem:>: def find_unresolved_default_spec(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1091:Gem:-: Gem.suffixes.each do |suffix|
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:881:Gem:>: def self.suffixes
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:889:Gem:-: ].compact.uniq
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:890:Gem:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1096:Gem:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:44:Kernel:-: if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:52:Kernel:-: if Gem::Specification.unresolved_deps.empty? then
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1156:Gem::Specification:>: def self.unresolved_deps
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1157:Gem::Specification:-: @unresolved_deps ||= Hash.new { |h, n| h[n] = Gem::Dependency.new n }
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1158:Gem::Specification:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:53:Kernel:-: begin
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:194:MonitorMixin:>: def mon_exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:195:MonitorMixin:-: mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:244:MonitorMixin:>: def mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:245:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:248:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:196:MonitorMixin:-: @mon_count -=1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:197:MonitorMixin:-: if @mon_count == 0
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:199:MonitorMixin:-: @mon_mutex.unlock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:201:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:Kernel:-: return gem_original_require(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:57:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:183:MonitorMixin:>: def mon_enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:184:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:185:MonitorMixin:-: @mon_mutex.lock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:186:MonitorMixin:-: @mon_owner = Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:188:MonitorMixin:-: @mon_count += 1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:189:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:143:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:194:MonitorMixin:>: def mon_exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:195:MonitorMixin:-: mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:244:MonitorMixin:>: def mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:245:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:248:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:196:MonitorMixin:-: @mon_count -=1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:197:MonitorMixin:-: if @mon_count == 0
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:199:MonitorMixin:-: @mon_mutex.unlock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:201:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:Kernel:<: return gem_original_require(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/http.rb:12::-: module URI
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/http.rb:12::C: module URI
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/http.rb:22::-: class HTTP < Generic
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/http.rb:22::C: class HTTP < Generic
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/http.rb:24::-: DEFAULT_PORT = 80
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/http.rb:27::-: COMPONENT = [
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/http.rb:60::-: def self.build(args)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/http.rb:83::-: def initialize(*arg)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/http.rb:95::-: def request_uri
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/http.rb:103::E: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/http.rb:105::-: @@schemes['HTTP'] = HTTP
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/http.rb:106::E: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:57:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:183:MonitorMixin:>: def mon_enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:184:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:185:MonitorMixin:-: @mon_mutex.lock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:186:MonitorMixin:-: @mon_owner = Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:188:MonitorMixin:-: @mon_count += 1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:189:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:143:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:194:MonitorMixin:>: def mon_exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:195:MonitorMixin:-: mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:244:MonitorMixin:>: def mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:245:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:248:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:196:MonitorMixin:-: @mon_count -=1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:197:MonitorMixin:-: if @mon_count == 0
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:199:MonitorMixin:-: @mon_mutex.unlock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:201:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:Kernel:<: return gem_original_require(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri.rb:108::-: require 'uri/https'
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:38:Kernel:>: def require path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:39:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:183:MonitorMixin:>: def mon_enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:184:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:185:MonitorMixin:-: @mon_mutex.lock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:186:MonitorMixin:-: @mon_owner = Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:188:MonitorMixin:-: @mon_count += 1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:189:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:41:Kernel:-: path = path.to_path if path.respond_to? :to_path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:43:Kernel:-: spec = Gem.find_unresolved_default_spec(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1090:Gem:>: def find_unresolved_default_spec(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1091:Gem:-: Gem.suffixes.each do |suffix|
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:881:Gem:>: def self.suffixes
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:889:Gem:-: ].compact.uniq
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:890:Gem:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1096:Gem:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:44:Kernel:-: if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:52:Kernel:-: if Gem::Specification.unresolved_deps.empty? then
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1156:Gem::Specification:>: def self.unresolved_deps
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1157:Gem::Specification:-: @unresolved_deps ||= Hash.new { |h, n| h[n] = Gem::Dependency.new n }
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1158:Gem::Specification:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:53:Kernel:-: begin
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:194:MonitorMixin:>: def mon_exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:195:MonitorMixin:-: mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:244:MonitorMixin:>: def mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:245:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:248:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:196:MonitorMixin:-: @mon_count -=1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:197:MonitorMixin:-: if @mon_count == 0
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:199:MonitorMixin:-: @mon_mutex.unlock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:201:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:Kernel:-: return gem_original_require(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/https.rb:10::-: require 'uri/http'
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:38:Kernel:>: def require path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:39:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:183:MonitorMixin:>: def mon_enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:184:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:185:MonitorMixin:-: @mon_mutex.lock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:186:MonitorMixin:-: @mon_owner = Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:188:MonitorMixin:-: @mon_count += 1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:189:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:41:Kernel:-: path = path.to_path if path.respond_to? :to_path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:43:Kernel:-: spec = Gem.find_unresolved_default_spec(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1090:Gem:>: def find_unresolved_default_spec(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1091:Gem:-: Gem.suffixes.each do |suffix|
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:881:Gem:>: def self.suffixes
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:889:Gem:-: ].compact.uniq
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:890:Gem:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1096:Gem:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:44:Kernel:-: if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:52:Kernel:-: if Gem::Specification.unresolved_deps.empty? then
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1156:Gem::Specification:>: def self.unresolved_deps
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1157:Gem::Specification:-: @unresolved_deps ||= Hash.new { |h, n| h[n] = Gem::Dependency.new n }
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1158:Gem::Specification:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:53:Kernel:-: begin
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:194:MonitorMixin:>: def mon_exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:195:MonitorMixin:-: mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:244:MonitorMixin:>: def mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:245:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:248:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:196:MonitorMixin:-: @mon_count -=1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:197:MonitorMixin:-: if @mon_count == 0
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:199:MonitorMixin:-: @mon_mutex.unlock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:201:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:Kernel:-: return gem_original_require(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:57:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:183:MonitorMixin:>: def mon_enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:184:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:185:MonitorMixin:-: @mon_mutex.lock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:186:MonitorMixin:-: @mon_owner = Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:188:MonitorMixin:-: @mon_count += 1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:189:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:143:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:194:MonitorMixin:>: def mon_exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:195:MonitorMixin:-: mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:244:MonitorMixin:>: def mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:245:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:248:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:196:MonitorMixin:-: @mon_count -=1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:197:MonitorMixin:-: if @mon_count == 0
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:199:MonitorMixin:-: @mon_mutex.unlock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:201:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:Kernel:<: return gem_original_require(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/https.rb:12::-: module URI
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/https.rb:12::C: module URI
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/https.rb:17::-: class HTTPS < HTTP
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/https.rb:17::C: class HTTPS < HTTP
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/https.rb:19::-: DEFAULT_PORT = 443
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/https.rb:20::E: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/https.rb:21::-: @@schemes['HTTPS'] = HTTPS
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/https.rb:22::E: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:57:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:183:MonitorMixin:>: def mon_enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:184:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:185:MonitorMixin:-: @mon_mutex.lock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:186:MonitorMixin:-: @mon_owner = Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:188:MonitorMixin:-: @mon_count += 1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:189:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:143:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:194:MonitorMixin:>: def mon_exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:195:MonitorMixin:-: mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:244:MonitorMixin:>: def mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:245:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:248:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:196:MonitorMixin:-: @mon_count -=1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:197:MonitorMixin:-: if @mon_count == 0
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:199:MonitorMixin:-: @mon_mutex.unlock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:201:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:Kernel:<: return gem_original_require(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri.rb:109::-: require 'uri/ldap'
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:38:Kernel:>: def require path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:39:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:183:MonitorMixin:>: def mon_enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:184:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:185:MonitorMixin:-: @mon_mutex.lock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:186:MonitorMixin:-: @mon_owner = Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:188:MonitorMixin:-: @mon_count += 1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:189:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:41:Kernel:-: path = path.to_path if path.respond_to? :to_path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:43:Kernel:-: spec = Gem.find_unresolved_default_spec(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1090:Gem:>: def find_unresolved_default_spec(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1091:Gem:-: Gem.suffixes.each do |suffix|
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:881:Gem:>: def self.suffixes
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:889:Gem:-: ].compact.uniq
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:890:Gem:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1096:Gem:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:44:Kernel:-: if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:52:Kernel:-: if Gem::Specification.unresolved_deps.empty? then
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1156:Gem::Specification:>: def self.unresolved_deps
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1157:Gem::Specification:-: @unresolved_deps ||= Hash.new { |h, n| h[n] = Gem::Dependency.new n }
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1158:Gem::Specification:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:53:Kernel:-: begin
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:194:MonitorMixin:>: def mon_exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:195:MonitorMixin:-: mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:244:MonitorMixin:>: def mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:245:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:248:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:196:MonitorMixin:-: @mon_count -=1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:197:MonitorMixin:-: if @mon_count == 0
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:199:MonitorMixin:-: @mon_mutex.unlock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:201:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:Kernel:-: return gem_original_require(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:14::-: require 'uri/generic'
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:38:Kernel:>: def require path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:39:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:183:MonitorMixin:>: def mon_enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:184:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:185:MonitorMixin:-: @mon_mutex.lock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:186:MonitorMixin:-: @mon_owner = Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:188:MonitorMixin:-: @mon_count += 1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:189:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:41:Kernel:-: path = path.to_path if path.respond_to? :to_path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:43:Kernel:-: spec = Gem.find_unresolved_default_spec(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1090:Gem:>: def find_unresolved_default_spec(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1091:Gem:-: Gem.suffixes.each do |suffix|
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:881:Gem:>: def self.suffixes
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:889:Gem:-: ].compact.uniq
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:890:Gem:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1096:Gem:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:44:Kernel:-: if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:52:Kernel:-: if Gem::Specification.unresolved_deps.empty? then
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1156:Gem::Specification:>: def self.unresolved_deps
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1157:Gem::Specification:-: @unresolved_deps ||= Hash.new { |h, n| h[n] = Gem::Dependency.new n }
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1158:Gem::Specification:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:53:Kernel:-: begin
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:194:MonitorMixin:>: def mon_exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:195:MonitorMixin:-: mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:244:MonitorMixin:>: def mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:245:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:248:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:196:MonitorMixin:-: @mon_count -=1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:197:MonitorMixin:-: if @mon_count == 0
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:199:MonitorMixin:-: @mon_mutex.unlock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:201:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:Kernel:-: return gem_original_require(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:57:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:183:MonitorMixin:>: def mon_enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:184:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:185:MonitorMixin:-: @mon_mutex.lock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:186:MonitorMixin:-: @mon_owner = Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:188:MonitorMixin:-: @mon_count += 1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:189:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:143:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:194:MonitorMixin:>: def mon_exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:195:MonitorMixin:-: mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:244:MonitorMixin:>: def mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:245:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:248:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:196:MonitorMixin:-: @mon_count -=1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:197:MonitorMixin:-: if @mon_count == 0
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:199:MonitorMixin:-: @mon_mutex.unlock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:201:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:Kernel:<: return gem_original_require(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:16::-: module URI
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:16::C: module URI
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:22::-: class LDAP < Generic
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:22::C: class LDAP < Generic
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:25::-: DEFAULT_PORT = 389
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:28::-: COMPONENT = [
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:45::-: SCOPE = [
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:73::-: def self.build(args)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:108::-: def initialize(*arg)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:120::-: def parse_dn
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:123::-: private :parse_dn
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:127::-: def parse_query
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:142::-: private :parse_query
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:145::-: def build_path_query
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:155::-: private :build_path_query
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:158::-: def dn
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:163::-: def set_dn(val)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:168::-: protected :set_dn
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:171::-: def dn=(val)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:177::-: def attributes
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:182::-: def set_attributes(val)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:187::-: protected :set_attributes
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:190::-: def attributes=(val)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:196::-: def scope
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:201::-: def set_scope(val)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:206::-: protected :set_scope
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:209::-: def scope=(val)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:215::-: def filter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:220::-: def set_filter(val)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:225::-: protected :set_filter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:228::-: def filter=(val)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:234::-: def extensions
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:239::-: def set_extensions(val)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:244::-: protected :set_extensions
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:247::-: def extensions=(val)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:254::-: def hierarchical?
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:257::E: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:259::-: @@schemes['LDAP'] = LDAP
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb:260::E: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:57:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:183:MonitorMixin:>: def mon_enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:184:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:185:MonitorMixin:-: @mon_mutex.lock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:186:MonitorMixin:-: @mon_owner = Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:188:MonitorMixin:-: @mon_count += 1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:189:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:143:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:194:MonitorMixin:>: def mon_exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:195:MonitorMixin:-: mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:244:MonitorMixin:>: def mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:245:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:248:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:196:MonitorMixin:-: @mon_count -=1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:197:MonitorMixin:-: if @mon_count == 0
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:199:MonitorMixin:-: @mon_mutex.unlock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:201:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:Kernel:<: return gem_original_require(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri.rb:110::-: require 'uri/ldaps'
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:38:Kernel:>: def require path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:39:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:183:MonitorMixin:>: def mon_enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:184:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:185:MonitorMixin:-: @mon_mutex.lock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:186:MonitorMixin:-: @mon_owner = Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:188:MonitorMixin:-: @mon_count += 1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:189:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:41:Kernel:-: path = path.to_path if path.respond_to? :to_path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:43:Kernel:-: spec = Gem.find_unresolved_default_spec(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1090:Gem:>: def find_unresolved_default_spec(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1091:Gem:-: Gem.suffixes.each do |suffix|
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:881:Gem:>: def self.suffixes
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:889:Gem:-: ].compact.uniq
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:890:Gem:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1096:Gem:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:44:Kernel:-: if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:52:Kernel:-: if Gem::Specification.unresolved_deps.empty? then
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1156:Gem::Specification:>: def self.unresolved_deps
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1157:Gem::Specification:-: @unresolved_deps ||= Hash.new { |h, n| h[n] = Gem::Dependency.new n }
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1158:Gem::Specification:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:53:Kernel:-: begin
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:194:MonitorMixin:>: def mon_exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:195:MonitorMixin:-: mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:244:MonitorMixin:>: def mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:245:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:248:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:196:MonitorMixin:-: @mon_count -=1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:197:MonitorMixin:-: if @mon_count == 0
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:199:MonitorMixin:-: @mon_mutex.unlock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:201:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:Kernel:-: return gem_original_require(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldaps.rb:8::-: require 'uri/ldap'
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:38:Kernel:>: def require path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:39:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:183:MonitorMixin:>: def mon_enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:184:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:185:MonitorMixin:-: @mon_mutex.lock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:186:MonitorMixin:-: @mon_owner = Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:188:MonitorMixin:-: @mon_count += 1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:189:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:41:Kernel:-: path = path.to_path if path.respond_to? :to_path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:43:Kernel:-: spec = Gem.find_unresolved_default_spec(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1090:Gem:>: def find_unresolved_default_spec(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1091:Gem:-: Gem.suffixes.each do |suffix|
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:881:Gem:>: def self.suffixes
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:889:Gem:-: ].compact.uniq
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:890:Gem:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1096:Gem:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:44:Kernel:-: if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:52:Kernel:-: if Gem::Specification.unresolved_deps.empty? then
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1156:Gem::Specification:>: def self.unresolved_deps
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1157:Gem::Specification:-: @unresolved_deps ||= Hash.new { |h, n| h[n] = Gem::Dependency.new n }
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1158:Gem::Specification:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:53:Kernel:-: begin
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:194:MonitorMixin:>: def mon_exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:195:MonitorMixin:-: mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:244:MonitorMixin:>: def mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:245:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:248:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:196:MonitorMixin:-: @mon_count -=1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:197:MonitorMixin:-: if @mon_count == 0
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:199:MonitorMixin:-: @mon_mutex.unlock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:201:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:Kernel:-: return gem_original_require(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:57:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:183:MonitorMixin:>: def mon_enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:184:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:185:MonitorMixin:-: @mon_mutex.lock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:186:MonitorMixin:-: @mon_owner = Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:188:MonitorMixin:-: @mon_count += 1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:189:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:143:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:194:MonitorMixin:>: def mon_exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:195:MonitorMixin:-: mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:244:MonitorMixin:>: def mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:245:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:248:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:196:MonitorMixin:-: @mon_count -=1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:197:MonitorMixin:-: if @mon_count == 0
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:199:MonitorMixin:-: @mon_mutex.unlock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:201:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:Kernel:<: return gem_original_require(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldaps.rb:10::-: module URI
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldaps.rb:10::C: module URI
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldaps.rb:15::-: class LDAPS < LDAP
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldaps.rb:15::C: class LDAPS < LDAP
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldaps.rb:17::-: DEFAULT_PORT = 636
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldaps.rb:18::E: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldaps.rb:19::-: @@schemes['LDAPS'] = LDAPS
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldaps.rb:20::E: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:57:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:183:MonitorMixin:>: def mon_enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:184:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:185:MonitorMixin:-: @mon_mutex.lock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:186:MonitorMixin:-: @mon_owner = Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:188:MonitorMixin:-: @mon_count += 1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:189:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:143:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:194:MonitorMixin:>: def mon_exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:195:MonitorMixin:-: mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:244:MonitorMixin:>: def mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:245:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:248:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:196:MonitorMixin:-: @mon_count -=1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:197:MonitorMixin:-: if @mon_count == 0
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:199:MonitorMixin:-: @mon_mutex.unlock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:201:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:Kernel:<: return gem_original_require(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri.rb:111::-: require 'uri/mailto'
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:38:Kernel:>: def require path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:39:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:183:MonitorMixin:>: def mon_enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:184:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:185:MonitorMixin:-: @mon_mutex.lock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:186:MonitorMixin:-: @mon_owner = Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:188:MonitorMixin:-: @mon_count += 1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:189:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:41:Kernel:-: path = path.to_path if path.respond_to? :to_path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:43:Kernel:-: spec = Gem.find_unresolved_default_spec(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1090:Gem:>: def find_unresolved_default_spec(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1091:Gem:-: Gem.suffixes.each do |suffix|
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:881:Gem:>: def self.suffixes
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:889:Gem:-: ].compact.uniq
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:890:Gem:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1096:Gem:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:44:Kernel:-: if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:52:Kernel:-: if Gem::Specification.unresolved_deps.empty? then
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1156:Gem::Specification:>: def self.unresolved_deps
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1157:Gem::Specification:-: @unresolved_deps ||= Hash.new { |h, n| h[n] = Gem::Dependency.new n }
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1158:Gem::Specification:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:53:Kernel:-: begin
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:194:MonitorMixin:>: def mon_exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:195:MonitorMixin:-: mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:244:MonitorMixin:>: def mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:245:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:248:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:196:MonitorMixin:-: @mon_count -=1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:197:MonitorMixin:-: if @mon_count == 0
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:199:MonitorMixin:-: @mon_mutex.unlock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:201:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:Kernel:-: return gem_original_require(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/mailto.rb:10::-: require 'uri/generic'
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:38:Kernel:>: def require path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:39:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:183:MonitorMixin:>: def mon_enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:184:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:185:MonitorMixin:-: @mon_mutex.lock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:186:MonitorMixin:-: @mon_owner = Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:188:MonitorMixin:-: @mon_count += 1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:189:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:41:Kernel:-: path = path.to_path if path.respond_to? :to_path
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:43:Kernel:-: spec = Gem.find_unresolved_default_spec(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1090:Gem:>: def find_unresolved_default_spec(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1091:Gem:-: Gem.suffixes.each do |suffix|
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:881:Gem:>: def self.suffixes
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:889:Gem:-: ].compact.uniq
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:890:Gem:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1092:Gem:-: spec = @path_to_default_spec_map["#{path}#{suffix}"]
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1093:Gem:-: return spec if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb:1096:Gem:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:44:Kernel:-: if spec
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:52:Kernel:-: if Gem::Specification.unresolved_deps.empty? then
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1156:Gem::Specification:>: def self.unresolved_deps
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1157:Gem::Specification:-: @unresolved_deps ||= Hash.new { |h, n| h[n] = Gem::Dependency.new n }
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb:1158:Gem::Specification:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:53:Kernel:-: begin
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:194:MonitorMixin:>: def mon_exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:195:MonitorMixin:-: mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:244:MonitorMixin:>: def mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:245:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:248:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:196:MonitorMixin:-: @mon_count -=1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:197:MonitorMixin:-: if @mon_count == 0
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:199:MonitorMixin:-: @mon_mutex.unlock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:201:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:Kernel:-: return gem_original_require(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:57:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:183:MonitorMixin:>: def mon_enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:184:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:185:MonitorMixin:-: @mon_mutex.lock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:186:MonitorMixin:-: @mon_owner = Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:188:MonitorMixin:-: @mon_count += 1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:189:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:143:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:194:MonitorMixin:>: def mon_exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:195:MonitorMixin:-: mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:244:MonitorMixin:>: def mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:245:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:248:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:196:MonitorMixin:-: @mon_count -=1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:197:MonitorMixin:-: if @mon_count == 0
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:199:MonitorMixin:-: @mon_mutex.unlock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:201:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:Kernel:<: return gem_original_require(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/mailto.rb:12::-: module URI
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/mailto.rb:12::C: module URI
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/mailto.rb:17::-: class MailTo < Generic
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/mailto.rb:17::C: class MailTo < Generic
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/mailto.rb:18::-: include REGEXP
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/mailto.rb:21::-: DEFAULT_PORT = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/mailto.rb:24::-: COMPONENT = [ :scheme, :to, :headers ].freeze
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/mailto.rb:43::-: HEADER_PATTERN = "(?:[^?=&]*=[^?=&]*)".freeze
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/mailto.rb:44::-: HEADER_REGEXP = Regexp.new(HEADER_PATTERN).freeze
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/mailto.rb:48::-: MAILBOX_PATTERN = "(?:#{PATTERN::ESCAPED}|[^(),%?=&])".freeze
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/mailto.rb:49::-: MAILTO_REGEXP = Regexp.new(" # :nodoc:
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/mailto.rb:91::-: def self.build(args)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/mailto.rb:134::-: def initialize(*arg)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/mailto.rb:156::-: attr_reader :to
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/mailto.rb:159::-: attr_reader :headers
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/mailto.rb:164::-: def check_to(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/mailto.rb:175::-: private :check_to
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/mailto.rb:178::-: def set_to(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/mailto.rb:181::-: protected :set_to
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/mailto.rb:184::-: def to=(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/mailto.rb:193::-: def check_headers(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/mailto.rb:205::-: private :check_headers
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/mailto.rb:208::-: def set_headers(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/mailto.rb:216::-: protected :set_headers
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/mailto.rb:219::-: def headers=(v)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/mailto.rb:226::-: def to_s
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/mailto.rb:255::-: def to_mailtext
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/mailto.rb:276::-: alias to_rfc822text to_mailtext
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/mailto.rb:277::E: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/mailto.rb:279::-: @@schemes['MAILTO'] = MailTo
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/mailto.rb:280::E: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:57:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:183:MonitorMixin:>: def mon_enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:184:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:185:MonitorMixin:-: @mon_mutex.lock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:186:MonitorMixin:-: @mon_owner = Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:188:MonitorMixin:-: @mon_count += 1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:189:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:143:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:194:MonitorMixin:>: def mon_exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:195:MonitorMixin:-: mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:244:MonitorMixin:>: def mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:245:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:248:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:196:MonitorMixin:-: @mon_count -=1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:197:MonitorMixin:-: if @mon_count == 0
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:199:MonitorMixin:-: @mon_mutex.unlock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:201:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:Kernel:<: return gem_original_require(path)
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:57:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:183:MonitorMixin:>: def mon_enter
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:184:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:185:MonitorMixin:-: @mon_mutex.lock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:186:MonitorMixin:-: @mon_owner = Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:188:MonitorMixin:-: @mon_count += 1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:189:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:143:Kernel:-: RUBYGEMS_ACTIVATION_MONITOR.exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:194:MonitorMixin:>: def mon_exit
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:195:MonitorMixin:-: mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:244:MonitorMixin:>: def mon_check_owner
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:245:MonitorMixin:-: if @mon_owner != Thread.current
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:248:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:196:MonitorMixin:-: @mon_count -=1
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:197:MonitorMixin:-: if @mon_count == 0
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:198:MonitorMixin:-: @mon_owner = nil
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:199:MonitorMixin:-: @mon_mutex.unlock
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:201:MonitorMixin:<: end
#0:/Users/seo.naotoshi/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:Kernel:<: return gem_original_require(path)
#0:hoge.rb:7::-: Tracer.off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment