晋太元中,武陵人捕鱼为业。缘溪行,忘路之远近。忽逢桃花林,夹岸数百步,中无杂树,芳草鲜美,落英缤纷。渔人甚异之,复前行,欲穷其林。 林尽水源,便得一山,山有小口,仿佛若有光。便舍船,从口入。初极狭,才通人。复行数十步,豁然开朗。土地平旷,屋舍俨然,有良田、美池、桑竹之属。阡陌交通,鸡犬相闻。其中往来种作,男女衣着,悉如外人。黄发垂髫,并怡然自乐。 见渔人,乃大惊,问所从来。具答之。便要还家,设酒杀鸡作食。村中闻有此人,咸来问讯。自云先世避秦时乱,率妻子邑人来此绝境,不复出焉,遂与外人间隔。问今是何世,乃不知有汉,无论魏晋。此人一一为具言所闻,皆叹惋。余人各复延至其家,皆出酒食。停数日,辞去。此中人语云:“不足为外人道也。”(间隔 一作:隔绝) 既出,得其船,便扶向路,处处志之。及郡下,诣太守,说如此。太守即遣人随其往,寻向所志,遂迷,不复得路。 南阳刘子骥,高尚士也,闻之,欣然规往。未果,寻病终。后遂无问津者。
| DIR:/opt/alt/ruby18/share/ri/1.8/system/Object/ |
| Current File : //opt/alt/ruby18/share/ri/1.8/system/Object/cdesc-Object.yaml |
--- !ruby/object:RI::ClassDescription
attributes: []
class_methods:
- !ruby/object:RI::MethodSummary
name: new
comment:
- !ruby/struct:SM::Flow::P
body: <tt>Object</tt> is the parent class of all classes in Ruby. Its methods are therefore available to all objects unless explicitly overridden.
- !ruby/struct:SM::Flow::P
body: <tt>Object</tt> mixes in the <tt>Kernel</tt> module, making the built-in kernel functions globally accessible. Although the instance methods of <tt>Object</tt> are defined by the <tt>Kernel</tt> module, we have chosen to document them here for clarity.
- !ruby/struct:SM::Flow::P
body: In the descriptions of Object's methods, the parameter <em>symbol</em> refers to a symbol, which is either a quoted string or a <tt>Symbol</tt> (such as <tt>:name</tt>).
constants:
- !ruby/object:RI::Constant
comment:
name: TOPLEVEL_BINDING
value: rb_f_binding(ruby_top_self)
- !ruby/object:RI::Constant
comment:
name: RUBY_VERSION
value: v
- !ruby/object:RI::Constant
comment:
name: RUBY_RELEASE_DATE
value: d
- !ruby/object:RI::Constant
comment:
name: RUBY_PLATFORM
value: p
- !ruby/object:RI::Constant
comment:
name: RUBY_PATCHLEVEL
value: INT2FIX(RUBY_PATCHLEVEL)
- !ruby/object:RI::Constant
comment:
name: RUBY_DESCRIPTION
value: tmp
- !ruby/object:RI::Constant
comment:
name: RUBY_COPYRIGHT
value: tmp
- !ruby/object:RI::Constant
comment:
- !ruby/struct:SM::Flow::P
body: obsolete constants
name: VERSION
value: v
- !ruby/object:RI::Constant
comment:
name: RELEASE_DATE
value: d
- !ruby/object:RI::Constant
comment:
name: PLATFORM
value: p
- !ruby/object:RI::Constant
comment:
- !ruby/struct:SM::Flow::P
body: constants to hold original stdin/stdout/stderr
name: STDIN
value: rb_stdin
- !ruby/object:RI::Constant
comment:
name: STDOUT
value: rb_stdout
- !ruby/object:RI::Constant
comment:
name: STDERR
value: rb_stderr
- !ruby/object:RI::Constant
comment:
name: ARGF
value: argf
- !ruby/object:RI::Constant
comment:
name: ENV
value: envtbl
- !ruby/object:RI::Constant
comment:
name: ENV
value: envtbl
- !ruby/object:RI::Constant
comment:
name: MatchingData
value: rb_cMatch
- !ruby/object:RI::Constant
comment:
name: NIL
value: Qnil
- !ruby/object:RI::Constant
comment:
name: "TRUE"
value: Qtrue
- !ruby/object:RI::Constant
comment:
name: "FALSE"
value: Qfalse
- !ruby/object:RI::Constant
comment:
name: DATA
value: f
- !ruby/object:RI::Constant
comment:
name: ARGV
value: rb_argv
- !ruby/object:RI::Constant
comment:
name: IPsocket
value: rb_cIPSocket
- !ruby/object:RI::Constant
comment:
name: TCPsocket
value: rb_cTCPSocket
- !ruby/object:RI::Constant
comment:
name: SOCKSsocket
value: rb_cSOCKSSocket
- !ruby/object:RI::Constant
comment:
name: TCPserver
value: rb_cTCPServer
- !ruby/object:RI::Constant
comment:
name: UDPsocket
value: rb_cUDPSocket
- !ruby/object:RI::Constant
comment:
name: UNIXsocket
value: rb_cUNIXSocket
- !ruby/object:RI::Constant
comment:
name: UNIXserver
value: rb_cUNIXServer
full_name: Object
includes:
- !ruby/object:RI::IncludedModule
name: Kernel
- !ruby/object:RI::IncludedModule
name: PP::ObjectMixin
instance_methods:
- !ruby/object:RI::MethodSummary
name: ==
- !ruby/object:RI::MethodSummary
name: ===
- !ruby/object:RI::MethodSummary
name: =~
- !ruby/object:RI::MethodSummary
name: __id__
- !ruby/object:RI::MethodSummary
name: __send__
- !ruby/object:RI::MethodSummary
name: class
- !ruby/object:RI::MethodSummary
name: clone
- !ruby/object:RI::MethodSummary
name: dclone
- !ruby/object:RI::MethodSummary
name: display
- !ruby/object:RI::MethodSummary
name: dup
- !ruby/object:RI::MethodSummary
name: enum_for
- !ruby/object:RI::MethodSummary
name: eql?
- !ruby/object:RI::MethodSummary
name: equal?
- !ruby/object:RI::MethodSummary
name: extend
- !ruby/object:RI::MethodSummary
name: freeze
- !ruby/object:RI::MethodSummary
name: frozen?
- !ruby/object:RI::MethodSummary
name: hash
- !ruby/object:RI::MethodSummary
name: id
- !ruby/object:RI::MethodSummary
name: inspect
- !ruby/object:RI::MethodSummary
name: instance_eval
- !ruby/object:RI::MethodSummary
name: instance_exec
- !ruby/object:RI::MethodSummary
name: instance_of?
- !ruby/object:RI::MethodSummary
name: instance_variable_defined?
- !ruby/object:RI::MethodSummary
name: instance_variable_get
- !ruby/object:RI::MethodSummary
name: instance_variable_get
- !ruby/object:RI::MethodSummary
name: instance_variable_set
- !ruby/object:RI::MethodSummary
name: instance_variable_set
- !ruby/object:RI::MethodSummary
name: instance_variables
- !ruby/object:RI::MethodSummary
name: is_a?
- !ruby/object:RI::MethodSummary
name: kind_of?
- !ruby/object:RI::MethodSummary
name: method
- !ruby/object:RI::MethodSummary
name: methods
- !ruby/object:RI::MethodSummary
name: nil?
- !ruby/object:RI::MethodSummary
name: object_id
- !ruby/object:RI::MethodSummary
name: private_methods
- !ruby/object:RI::MethodSummary
name: protected_methods
- !ruby/object:RI::MethodSummary
name: public_methods
- !ruby/object:RI::MethodSummary
name: remove_instance_variable
- !ruby/object:RI::MethodSummary
name: respond_to?
- !ruby/object:RI::MethodSummary
name: send
- !ruby/object:RI::MethodSummary
name: singleton_method_added
- !ruby/object:RI::MethodSummary
name: singleton_method_removed
- !ruby/object:RI::MethodSummary
name: singleton_method_undefined
- !ruby/object:RI::MethodSummary
name: singleton_methods
- !ruby/object:RI::MethodSummary
name: taint
- !ruby/object:RI::MethodSummary
name: tainted?
- !ruby/object:RI::MethodSummary
name: tap
- !ruby/object:RI::MethodSummary
name: to_a
- !ruby/object:RI::MethodSummary
name: to_enum
- !ruby/object:RI::MethodSummary
name: to_s
- !ruby/object:RI::MethodSummary
name: to_yaml
- !ruby/object:RI::MethodSummary
name: to_yaml_properties
- !ruby/object:RI::MethodSummary
name: to_yaml_style
- !ruby/object:RI::MethodSummary
name: type
- !ruby/object:RI::MethodSummary
name: untaint
name: Object
superclass:
|