Module: RbScope

Defined in:
lib/rb_scope.rb,
lib/rb_scope/api.rb,
lib/rb_scope/fetch.rb,
lib/rb_scope/session.rb,
lib/rb_scope/api/niScope_values.rb,
lib/rb_scope/session/attributes.rb,
lib/rb_scope/api/niScope_template.rb,
lib/rb_scope/session/method_dispatch.rb,
ext/rb_scope/generators/wrapper_generator.rb

Overview

main namespace module which encapsulates the helper methods and wrappring API calls

Defined Under Namespace

Modules: API, Fetch Classes: Session

Class Method Summary collapse

Class Method Details

.prompt(message) ⇒ Object

prefix a message before writing to stdout



24
25
26
# File 'lib/rb_scope.rb', line 24

def prompt message
  puts "RbScope >> #{message}"
end