Yukihiro "Matz" Matsumoto
|
5c405dea3d
|
include changed from by quotes ("") to by brackets (<>); close #3032
|
2015-11-27 17:48:23 +09:00 |
|
Jun Hiroe
|
4e4929bc72
|
Rename extended xxxx class or module to xxxx class or module extension
|
2015-06-28 11:18:52 +09:00 |
|
Jun Hiroe
|
c69d1201e1
|
Fix typo; Replace extensional with extended
|
2015-06-28 00:05:58 +09:00 |
|
kkkkkt
|
d94469ac23
|
changed to call check_cv_name_str in check_cv_name_sym and adjust indent
|
2014-08-21 13:56:43 +09:00 |
|
take_cheeze
|
b5028421b9
|
Use mrb_int in mrbgem rest argument getting.
|
2014-04-25 22:02:10 +09:00 |
|
ksss
|
d3ea800cba
|
Implement Object#tap
|
2014-03-27 19:36:07 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
9084e03556
|
rename mrb_yield_internal to mrb_yield_with_class since it's no longer internal
|
2014-03-19 08:57:54 +09:00 |
|
Tomoyuki Sahara
|
93694fe521
|
export mrb_yield_internal.
|
2014-03-19 01:08:01 +09:00 |
|
take_cheeze
|
c73f8d4def
|
move summary of mrbgems in default gembox to its spec
|
2014-03-17 00:34:24 +09:00 |
|
Daniel Bovensiepen
|
b99aa126a6
|
Improve test of mruby-object-ext GEM
|
2013-08-04 22:41:45 +08:00 |
|
Jun Hiroe
|
0804800921
|
I replace 0 with NULL because struct pointer be should set NULL in.
|
2013-07-27 13:16:08 +09:00 |
|
Tomoyuki Sahara
|
116f75a8ce
|
"spec.author" is better for single-author gems.
"spec.author=" expects a String represents a single author.
"spec.authors=" expects an Array which is a list of multiple authors.
http://guides.rubygems.org/specification-reference/
|
2013-07-23 10:09:24 +09:00 |
|
h2so5
|
2117f0973c
|
Add Object#instance_exec
|
2013-07-01 16:23:14 +09:00 |
|
Akira Yumiyama
|
36fc42e7db
|
add nil.to_a, nil.to_f, nil.to_i methods
|
2013-06-28 10:01:07 +09:00 |
|