ライブラリ
- ビルトイン (1097)
- csv (48)
- delegate (36)
- fiddle (24)
-
fiddle
/ import (12) -
irb
/ context (12) -
json
/ add / symbol (12) - matrix (26)
-
net
/ http (12) -
net
/ imap (12) -
net
/ smtp (12) - openssl (84)
- ostruct (24)
- pathname (36)
- pp (12)
-
rake
/ testtask (12) -
rdoc
/ context (24) -
rdoc
/ markup (12) -
rdoc
/ top _ level (12) -
rexml
/ document (132) -
rexml
/ parsers / pullparser (12) -
rexml
/ parsers / sax2parser (60) -
ripper
/ lexer (24) -
rubygems
/ config _ file (12) -
rubygems
/ dependency (12) -
rubygems
/ installer (12) - shell (12)
-
shell
/ command-processor (12) -
shell
/ filter (12) - sync (6)
- uri (12)
-
webrick
/ server (12)
クラス
-
ARGF
. class (10) - Binding (47)
- CSV (36)
-
CSV
:: Table (12) - Data (3)
- Delegator (36)
-
Encoding
:: Converter (48) -
Fiddle
:: Handle (24) -
File
:: Stat (12) -
Gem
:: ConfigFile (12) -
Gem
:: Dependency (12) -
Gem
:: Installer (12) - Hash (20)
- IO (12)
-
IRB
:: Context (12) - LocalJumpError (12)
- MatchData (1)
- Matrix (26)
- Method (24)
- Module (172)
- NameError (22)
-
Net
:: HTTP (12) -
Net
:: IMAP :: MailboxList (12) -
Net
:: SMTP (12) - Object (120)
-
OpenSSL
:: ASN1 :: ASN1Data (12) -
OpenSSL
:: ASN1 :: Constructive (12) -
OpenSSL
:: ASN1 :: Primitive (12) -
OpenSSL
:: PKCS7 (12) -
OpenSSL
:: PKey :: EC :: Group (24) -
OpenSSL
:: SSL :: SSLContext (12) - OpenStruct (24)
- Pathname (36)
-
RDoc
:: Context (24) -
RDoc
:: Markup (12) -
RDoc
:: TopLevel (12) -
REXML
:: AttlistDecl (12) -
REXML
:: Attribute (12) -
REXML
:: Comment (12) -
REXML
:: DocType (24) -
REXML
:: Document (12) -
REXML
:: Element (24) -
REXML
:: Instruction (12) -
REXML
:: Parsers :: PullEvent (12) -
REXML
:: Parsers :: SAX2Parser (60) -
REXML
:: Text (12) -
REXML
:: XMLDecl (12) -
Rake
:: TestTask (12) -
Ripper
:: Lexer (24) -
RubyVM
:: AbstractSyntaxTree :: Node (7) - Shell (12)
-
Shell
:: CommandProcessor (12) -
Shell
:: Filter (12) - String (24)
- Struct (12)
- Symbol (419)
- Thread (24)
- TracePoint (36)
-
URI
:: Generic (12) - UnboundMethod (24)
-
WEBrick
:: GenericServer (12)
モジュール
- Enumerable (72)
-
Fiddle
:: Importer (12) -
Sync
_ m (6)
キーワード
- <=> (12)
- == (12)
- =~ (12)
- [] (72)
- []= (12)
-
alias
_ method (4) - antisymmetric? (7)
- attr (24)
-
attr
_ accessor (4) -
attr
_ reader (4) -
attr
_ writer (4) -
callee
_ id (12) - capitalize (12)
- casecmp (12)
- casecmp? (9)
-
class
_ variables (12) - cleanpath (12)
- component (12)
- constants (12)
- context (24)
-
define
_ method (24) -
define
_ singleton _ method (24) - downcase (12)
- empty? (12)
- encoding (12)
-
end
_ with? (6) - event (12)
-
event
_ type (12) -
find
_ local _ symbol (24) -
find
_ symbol (12) -
generate
_ bin _ symlink (12) -
get
_ line _ types (12) -
header
_ convert (36) - id2name (12)
-
import
_ symbol (12) - inject (36)
- inspect (12)
-
instance
_ methods (12) -
instance
_ variables (12) - intern (24)
- keys (12)
- length (12)
- lex (12)
- listen (60)
- loader (12)
-
local
_ variable _ defined? (12) -
local
_ variable _ get (12) -
local
_ variable _ set (12) -
local
_ variables (21) -
make
_ symlink (12) - match (12)
- match? (9)
- members (15)
-
method
_ id (12) - methods (24)
- mode (12)
-
module
_ function (12) - name (41)
-
named
_ captures (1) -
new
_ ostruct _ member (12) - next (12)
-
node
_ type (108) -
original
_ name (24) - parse (12)
-
point
_ conversion _ form (12) -
point
_ conversion _ form= (12) -
pretty
_ print _ instance _ variables (12) -
primitive
_ convert (48) - private (12)
-
private
_ instance _ methods (12) -
private
_ methods (12) -
prompt
_ mode (12) - protected (12)
-
protected
_ instance _ methods (12) -
protected
_ methods (24) - public (12)
-
public
_ instance _ methods (12) -
public
_ methods (24) -
read
_ nonblock (22) - reason (12)
- reduce (36)
-
respond
_ to _ missing? (12) -
session
_ cache _ stats (12) -
singleton
_ methods (12) - size (12)
-
skew
_ symmetric? (7) - slice (60)
-
ssl
_ version (12) -
start
_ with? (6) - starttls? (12)
- status (12)
- succ (12)
- swapcase (12)
- symlink (18)
- symlink? (42)
- symmetric? (12)
-
sync
_ mode (6) -
tag
_ class (12) - tagging (24)
-
to
_ h (12) -
to
_ json (12) -
to
_ proc (12) -
to
_ s (12) -
to
_ sym (24) -
transform
_ keys! (20) - type (31)
- upcase (12)
- verbose (12)
検索結果
先頭5件
-
Fiddle
:: Handle # sym(func) -> Integer (15108.0) -
関数やグローバル変数 func へのポインタを取得し、整数として返します。
...@param func 得たいシンボルの名前を文字列で与えます。
@raise Fiddle::DLError シンボルが見つからなかった時に発生します。
require 'fiddle'
h = Fiddle::Handle.new('libc.so.6')
p h.sym('strlen') # 関数ポインタのアドレスを整数で表示... -
RDoc
:: Context # find _ local _ symbol(symbol) (6201.0) -
Finds a method, constant, attribute, module or files named +symbol+ in this context
...Finds a method, constant, attribute, module or files named +symbol+ in
this context... -
RDoc
:: Context # find _ symbol(symbol , method=nil) (6201.0) -
Look up the given symbol. If method is non-nil, then we assume the symbol references a module that contains that method
...Look up the given symbol. If method is non-nil, then we assume
the symbol references a module that contains that method... -
Symbol
# to _ sym -> self (6102.0) -
self を返します。
self を返します。
例:
:foo.intern # => :foo
@see String#intern -
Fiddle
:: Importer # import _ symbol(name) -> Fiddle :: Pointer (6101.0) -
取り込んだライブラリからシンボルをインポートします。
取り込んだライブラリからシンボルをインポートします。
返り値はシンボルがロードされたメモリのアドレスを持つ Fiddle::Pointer
オブジェクトを返します。
@param name シンボル名(文字列) -
File
:: Stat # symlink? -> false (6101.0) -
シンボリックリンクである時に真を返します。 ただし、File::Statは自動的にシンボリックリンクをたどっていくので 常にfalseを返します。
...たどっていくので
常にfalseを返します。
//emlist[][ruby]{
require 'fileutils'
outfile = $0 + ".ln"
FileUtils.ln_s($0, outfile)
p File::Stat.new(outfile).symlink? #=> false
p File.lstat(outfile).symlink? #=> true
p FileTest.symlink?(outfile) #=> true
//}
@see File.lstat... -
Gem
:: Installer # generate _ bin _ symlink(filename , bindir) (6101.0) -
Gem に入っているアプリケーションを実行するためのシンボリックリンクを作成します。
Gem に入っているアプリケーションを実行するためのシンボリックリンクを作成します。
現在インストールされている Gem よりも新しい Gem をインストールするときは、
シンボリックリンクを更新します。
@param filename ファイル名を指定します。
@param bindir 実行ファイルを配置するディレクトリを指定します。 -
Matrix
# antisymmetric? -> bool (6101.0) -
行列が反対称行列 (交代行列、歪〔わい〕対称行列とも) ならば true を返します。
...]].antisymmetric? # => true
Matrix.empty.antisymmetric? # => true
Matrix[[1, 2, 3], [4, 5, 6], [7, 8, 9]].antisymmetric? # => false
# 対角要素が違う
Matrix[[1, -2, 3], [2, 0, 6], [-3, -6, 0]].antisymmetric? # => false
# 符号が違う
Matrix[[0, 2, -3], [2, 0, 6], [-3, 6, 0]].antisymmetric?... -
Matrix
# skew _ symmetric? -> bool (6101.0) -
行列が反対称行列 (交代行列、歪〔わい〕対称行列とも) ならば true を返します。
...]].antisymmetric? # => true
Matrix.empty.antisymmetric? # => true
Matrix[[1, 2, 3], [4, 5, 6], [7, 8, 9]].antisymmetric? # => false
# 対角要素が違う
Matrix[[1, -2, 3], [2, 0, 6], [-3, -6, 0]].antisymmetric? # => false
# 符号が違う
Matrix[[0, 2, -3], [2, 0, 6], [-3, 6, 0]].antisymmetric?... -
Matrix
# symmetric? -> bool (6101.0) -
行列が対称ならば true を返します。
行列が対称ならば true を返します。
@raise ExceptionForMatrix::ErrDimensionMismatch 行列が正方行列でない場合に発生します