Sha256: c2495907c73ea43d19e5530a9a9644ebfdfad92f3a35bd4740d80e0dd79d300e

Contents?: true

Size: 401 Bytes

Versions: 2

Compression:

Stored size: 401 Bytes

Contents

Feature: This feature brings Ruby's native String and Array methods to Nila.   
  Scenario: Input function with several native Ruby methods
    Given the input file "ruby_methods.nila"
    When the ~compiler is run
    The output file must be "ruby_methods.js"
    The output file must equal "correct_ruby_methods.js"

Configurations:

~compiler => lib/nilac.rb
:v $cliusage => ruby :v --compile $file

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nilac-0.0.4.3.9.4 shark/features/ruby_methods.feature
nilac-0.0.4.3.9.3 shark/features/ruby_methods.feature