MinxingRubySdk

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'minxing_ruby_sdk'

And then execute:

$ bundle

Or install it yourself as:

$ gem install minxing_ruby_sdk

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it ( http://github.com//minxing_ruby_sdk/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

运行测试,当前目录,执行。

修改配置文件信息,然后执行测试 rspec spec/ocu_text_spec.rb

debug模式

加断点

binding.pry

调试

debug: s/n/c (step/next/continue)