Sha256: 5614e3041b3f040942c2877e07f74143baf252b7823daef392cb69d39384c12a

Contents?: true

Size: 517 Bytes

Versions: 1

Compression:

Stored size: 517 Bytes

Contents

=== BUGS

[jeckyl-0.3.2 22-Aug-2013]

  Can use a *arg but it fails to get through method_missing. Would be nice if it could?

[jeckyl-0.3.2 26-July-2013]

  When accessing a newly created options hash, it appears that undefined keys do not return nil/false as expected.
  If the same request is made again the expected nil is returned.
  
    force = options[:force_init] # where :force_init is NOT a key
    => true
    force_again = options[:force_init]
    => false
    
  Very strange and unexpected behaviour.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jeckyl-0.3.7 Bugs.rdoc