method
version
Ruby latest stable (v1_9_3_392)
-
0 notes -
Class: Object
- 1_8_6_287
- 1_8_7_72
- 1_8_7_330
- 1_9_1_378 (0)
- 1_9_2_180
- 1_9_3_125
- 1_9_3_392
- What's this?
Related methods
- Class methods (4)
-
json_create
(<= v1_9_2_180)
-
new
(<= v1_8_7_330)
-
version
(<= v1_9_1_378)
-
yaml_tag
- Instance methods (124)
-
<=>
-
=~
-
==
(<= v1_8_7_330)
-
===
-
!~
-
check_signedness
-
check_sizeof
-
chmod
-
class
-
clone
-
convertible_int
-
cp
-
create_docfile
(<= v1_9_2_180)
-
create_header
-
create_makefile
-
create_win32ole_makefile
(<= v1_9_2_180)
-
CSV
-
dclone
-
default_handler
(<= v1_9_2_180)
-
default_src_encoding
-
define_singleton_method
-
DelegateClass
-
depend_rules
-
Digest
-
dir_config
-
display
-
dummy_makefile
-
dup
-
enable_config
-
enum_for
-
eql?
-
equal?
(<= v1_8_7_330)
-
extend
-
find_executable
-
find_header
-
find_library
-
find_type
-
freeze
-
frozen?
-
__getobj__
-
hash
-
have_const
-
have_framework
-
have_func
-
have_header
-
have_library
-
have_macro
-
have_struct_member
-
have_type
-
have_var
-
help
-
httpd
-
id
(<= v1_8_7_330)
-
__id__
(<= v1_9_2_180)
-
initialize_clone
-
initialize_copy
-
initialize_dup
-
inspect
-
install
-
instance_eval
(<= v1_8_7_330)
-
instance_exec
(<= v1_8_7_330)
-
instance_of?
-
instance_variable_defined?
-
instance_variable_get
-
instance_variables
-
instance_variable_set
-
is_a?
-
kind_of?
-
listup
(<= v1_9_2_180)
-
ln
-
method
-
methods
-
mkdir
-
mkmf
-
mv
-
navigate
(<= v1_9_2_180)
-
nil?
-
object_id
-
pretty_print
-
pretty_print_cycle
-
private_methods
-
protected_methods
-
psych_to_yaml
-
public_method
-
public_methods
-
public_send
-
remove_instance_variable
-
respond_to?
-
respond_to_missing?
-
rm
-
rmdir
-
send
-
__send__
(<= v1_8_7_330)
-
__setobj__
-
setup
-
singleton_class
-
singleton_method_added
(<= v1_8_7_330)
-
singleton_method_removed
(<= v1_8_7_330)
-
singleton_methods
-
singleton_method_undefined
(<= v1_8_7_330)
-
stop_msg_loop
(<= v1_9_2_180)
-
sysread
-
taint
-
tainted?
-
tap
-
timeout
-
to_a
(<= v1_8_7_330)
-
to_enum
-
to_json
(<= v1_9_2_180)
-
to_s
-
touch
-
to_yaml
-
to_yaml_properties
-
to_yaml_style
(<= v1_9_1_378)
-
trust
-
try_const
-
try_type
-
type
(<= v1_8_7_330)
-
untaint
-
untrust
-
untrusted?
-
wait_writable
-
with_config
-
xmp
= private
= protected
Method deprecated or moved
This method is deprecated or moved on the latest stable version. The last existing version (v1_9_1_378) is shown here.
These similar methods exist in v1_9_3_392:
version()
public
Returns revision information for the erb.rb module.
Show source
# File lib/erb.rb, line 260 def self.version "erb.rb [2.1.0 #{ERB::Revision.split[1]}]" end


