Method: Bcat::Reader#initialize
- Defined in:
- lib/bcat/reader.rb
#initialize(is_command, args = []) ⇒ Reader
Returns a new instance of Reader.
11 12 13 14 |
# File 'lib/bcat/reader.rb', line 11 def initialize(is_command, args=[]) @is_command = is_command @args = args end |