Sha256: c0746bdc7b67f3a08600d760b88ec574fb4b1d020f7c017ab2c46c2c1e51364c
Contents?: true
Size: 1.92 KB
Versions: 4
Compression:
Stored size: 1.92 KB
Contents
--- include_paths: - '#!:ruby' - '*.gemspec' - .irbrc - irb.rc - _irbrc - $irbrc - Gemfile - '*.erb' - '*.rb' test_paths: - /tests/ - /test/ keep: - initialize # called by new - inspect # called by repl, to_s - respond_to_missing? # called by respond_to? - method_missing # called by method dispatch - coerce # called by Numeric - to_s # called by "#{}" - to_ary # called by Array(), []+ - to_a # called by Array(), *splat - to_str # called by String(), ""+ - to_hash # called by Hash(), **splat, {}.merge - to_int # called by Integer() - to_i # called by Integer() - to_f # called by Float() - <=> # called by Comparable - each # called by Enumerable - marshal_dump # called by Marshal.dump - marshal_load # called by Marshal.load - _dump # called by Marshal.dump - _load # called by Marshal.load - inherited # called by Subclass < Klass or Class.new(Klass) - extended # called by extend Module - included # called by include Module - $VERBOSE # called by whatever is outputting warnings i guess - === # called by when - == # called by Array value, Hash value equality, === - hash # called by Hash key equality - eql? # called by Hash key equality dynamic: - name: - send - public_send - __send__ - method - respond_to? - instance_method calls: 0 - name: attr_reader defines: argument: '*' calls: argument: '*' add_prefix: '@' - name: attr_writer defines: argument: '*' add_suffix: '=' - name: attr_accessor defines: - argument: '*' add_suffix: '=' - argument: '*' calls: argument: '*' add_prefix: '@' - name: define_method defines: 0 - name: alias_method defines: 0 calls: 1 - name: - instance_variable_get - class_variable_get calls: 0 - name: - instance_variable_set - class_variable_set defines: 0
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
leftovers-0.4.3 | lib/config/ruby.yml |
leftovers-0.4.2 | lib/config/ruby.yml |
leftovers-0.4.1 | lib/config/ruby.yml |
leftovers-0.4.0 | lib/config/ruby.yml |