Skip to content

Commit

Permalink
refactor: explicitly puts to
Browse files Browse the repository at this point in the history
  • Loading branch information
Uaitt committed Jul 26, 2023
1 parent 28ba132 commit a72f444
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 34 deletions.
31 changes: 0 additions & 31 deletions aasm-rbs.gemspec

This file was deleted.

6 changes: 3 additions & 3 deletions exe/aasm_rbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

require_relative '../lib/aasm_rbs'

puts ''
puts AasmRbs.run(ARGV[0] || '')
puts ''
$stdout.puts ''
$stdout.puts AasmRbs.run(ARGV[0] || '')
$stdout.puts ''

0 comments on commit a72f444

Please sign in to comment.