Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplekit-ruby
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sanchez, Paul
simplekit-ruby
Commits
21e025a0
Commit
21e025a0
authored
9 years ago
by
pjs
Browse files
Options
Downloads
Patches
Plain Diff
Update MMk, MyModelArgs demos => require_relative
parent
917d9fbf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
demos/MMk.rb
+1
-1
1 addition, 1 deletion
demos/MMk.rb
demos/MyModelArgs.rb
+1
-1
1 addition, 1 deletion
demos/MyModelArgs.rb
with
2 additions
and
2 deletions
demos/MMk.rb
+
1
−
1
View file @
21e025a0
#!/usr/bin/env ruby
require
'rubygems'
if
RUBY_VERSION
=~
/^1\.8/
require
'
simplekit'
require
_relative
'../lib/
simplekit'
# Demonstration model of an M/M/k queueing system. There are k servers
# and both the arrival and service processes are memoryless (exponential).
...
...
This diff is collapsed.
Click to expand it.
demos/MyModelArgs.rb
+
1
−
1
View file @
21e025a0
#!/usr/bin/env ruby
require
'rubygems'
if
RUBY_VERSION
=~
/^1\.8/
require
'
simplekit'
require
_relative
'../lib/
simplekit'
class
MyModel
include
SimpleKit
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment