This website requires JavaScript.
Explore
Help
Sign In
github-migration
/
sprockets-assistant
Watch
1
Star
0
Fork
You've already forked sprockets-assistant
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
sprockets-assistant
/
lib
/
sprockets
/
assistant
/
output.rb
11 lines
132 B
Ruby
Raw
Permalink
Blame
History
module
Sprockets
module
Assistant
module
Output
def
say
(
*
args
)
$stdout
.
puts
(
*
args
)
end
end
end
end
Reference in New Issue
View Git Blame
Copy Permalink