Skip to content

Commit

Permalink
Merge branch 'main' into feat/implement-output-logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Uaitt committed Jul 20, 2023
2 parents 86d93ea + 4f68ee7 commit e5c2f0d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/aasm_rbs_generate
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env ruby

require_relative '../lib/aasm_rbs'

puts ''
puts AasmRbs.run(ARGV[0] || '')
puts ''
1 change: 1 addition & 0 deletions lib/aasm_rbs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ def self.run(klass_name)
output.finalize
end
end

0 comments on commit e5c2f0d

Please sign in to comment.